-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.17 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
<head>
<link href="https://fonts.googleapis.com/css?family=Archivo&display=swap" rel="stylesheet">
<link href="global.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<h2>Tai's Awesome Webpage</h2>
<div class="navigation">
<a class="nav-button" href="index.html">home</a>
<a class="nav-button" href="projects.html">projects</a>
<a class="nav-button" href="about.html">about</a>
</div>
</div>
<div class="content">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at
its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as
opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing
packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum'
will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by
accident, sometimes on purpose (injected humour and the like).
</div>
</body>