-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
executable file
·23 lines (23 loc) · 1.22 KB
/
writing.html
File metadata and controls
executable file
·23 lines (23 loc) · 1.22 KB
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>
<head>
<meta charset="utf-8">
<title> Thoughts Jonathan Pedoeem</title>
<link rel="stylesheet" href="./css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="./css/styles.css" type="text/css">
</head>
<body>
<div class = "container">
<div id = "list">
<h5><a href="/">Home</a></h5>
<h3> Technical Writing </h3>
<small> nothing here yet </small>
<hr>
<h3>Some of My Thoughts</h3>
<small>I'm sorry I can't spell.</small>
<br>
<ul><li><a href='./thtml/motivation.html'>motivation</a></li><li><a href='./thtml/worth.html'>worth</a></li><li><a href='./thtml/backwards.html'>backwards</a></li><li><a href='./thtml/fear.html'>fear</a></li><li><a href='./thtml/space.html'>space</a></li><li><a href='./thtml/year.html'>year</a></li><li><a href='./thtml/doubts.html'>doubts</a></li><li><a href='./thtml/grades.html'>grades</a></li><li><a href='./thtml/sleep.html'>sleep</a></li><li><a href='./thtml/focus.html'>focus</a></li><li><a href='./thtml/emotions.html'>emotions</a></li><li><a href='./thtml/doing.html'>doing</a></li><li><a href='./thtml/control.html'>control</a></li><li><a href='./thtml/Welcome.html'>Welcome</a></li></ul>
</div>
</div>
</body>
</html>