-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 830 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Ember's Repo Land</title>
<link href="styles.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class="article">
<p>I will upload all my works that implement any HTML elements here.</p>
<p>if you are a teacher looking for my CAS work (if i set the link up) use <a href="/orhunhtml/"><i>this link.</i></a></p>
<p>if you are a teacher looking for my CS class work use <a href="/schoolwork/"><i>this link</i></a></p>
<p>Computer Science IA <a href="/CSIA/"><i> here</i></a></p>
<p>ARG type 90's style website <a href="/embersweb/"> <i> here </i></a></p>
<p>if else, i don't have the repo for it yet :c</p>
<div class="author">Yours Truly, Ember</div>
</div>
</body>
</html>