-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.14 KB
/
index.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
29
30
31
32
33
34
35
36
37
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Dev Personal Website</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<img src="https://avatars.githubusercontent.com/u/8184802" height="100px" alt="Lynbrook web dev's logo">
<h1 id="hello">Lynbrook Web Development Club</h1>
<h2 class="welcome">Lynbrook Web Development Club smaller</h2>
<p>Lynbrook Web Development <del>Club</del> is all about web development! We will teach you how to make a personal website!</p>
<div id="container">
<p>Hi</p>
<p>Hello</p>
<p>Hola</p>
</div>
<ol>
<li>websites</li>
<li>HTML</li>
<li>CSS</li>
</ol>
<a class="welcome" href="https://lhswebdev.github.io">link</a>
</body>
</html>