-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.html
28 lines (24 loc) · 867 Bytes
/
welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="welcome.css">
<link rel="stylesheet" href="https://fonts.google.com/share?selection.family=Cinzel:[email protected]|Jost:ital,wght@0,100..900;1,100..900|Lobster+Two:ital,wght@0,400;0,700;1,400;1,700|Teko:[email protected]">
<title>Welcome</title>
</head>
<body>
<div class="container">
<div class="text">
<div class="logo">
<img src="./imgs/IMG_1402.jpeg" alt="my picture">
</div>
<h1 style="font-family: 'Jost', sans-serif;">Welcome</h1>
<h2>To my page</h2>
<div class="button">
<a href="./page.html">Start</a>
</div>
</div>
</div>
</body>
</html>