-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 996 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width initial-scale=1'>
<link rel="stylesheet" href="styles/main.css">
<title>⦾ Home</title>
</head>
<body>
<h1>here will be a house</h1>
<p>It will have <a href="architecture.html" target="_self">architecture</a>, rooms, furniture, windows, maybe a <em>garden</em>? I'm learning how to build it.</p>
<h2>What's important</h2>
<p>Those who want to can visit the house.</p>
<p>The house is interesting.</p>
<p>The house has books about how to build a house.</p>
<p>The house has furniture and life.</p>
<p>The house keeps a <a href="journal.html">journal.</a></p>
<h2>Grid studies</h2>
<p>A room to test and study the <a href="grid.html" target="_self">grid</a>.</p>
<h2>Typography</h2>
<p>A <a href="type.html" target="_self">piece of paper</a> to experiment with text</p>
</body>
</html>