-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold-index.html
More file actions
44 lines (44 loc) · 1.12 KB
/
old-index.html
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Daniel's WebPage</title>
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico" />
</head>
<body style="background-color:rgb(247, 234, 211);">
<div class="page-header"><h1>Daniel M</h1></div>
<div class="image">
<a href="./jiji.html">
<img src="img/img.png" width="383" height="383" alt="Cute Cat" />
</a>
</div>
<div class="paragraph1">
<p>
<b>Why I decided to enroll in CIT:</b><br />
Cuz computers are fun, and I like programming and messing around
with my webserver at home.
</p>
</div>
<div class="paragraph2">
<p>
<b>My background coming into this program:</b><br />
Computers at CapU and messing with my webserver at home.
</p>
</div>
<div class="list">
<b>Skills:</b>
<ul>
<li>Working with computers</li>
<li>Making stuff</li>
<li>Cooking</li>
</ul>
</div>
<div class="fav-food">
<p>
<b>Favorite food</b><br />
My favorite food is Yakisoba.
</p>
</div>
</body>
</html>