-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup.txt
57 lines (57 loc) · 1.96 KB
/
backup.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="assets/stylesheets/main.css">
<link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet'><link href='https://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet'>
<meta charset="utf-8">
<script type="text/javascript" src="blogpostScript.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>My Blog</title>
</head>
<body>
<section class="title">
<header>
<section id="blogname">Gerber Blog</section>
</header>
<section id="blogsub">For infant programmers.</section>
</section>
<section class="group">
<nav>
<p id="toc">Table of Contents:<br><br></p>
<div>
<p>There's nothing here. So sad.<br><br>
1. Empty Page<br>
2. Empty Page<br>
3. Empty Page<br>
4. Empty Page</p>
</div>
</nav>
<section class="posts">
<section class="group">
<h1 class="postinstruction">Write a Post!</h1>
<section class="Group">
<section id="titleinstruction">
<h1>Title:</h1>
</section>
<input id="posttitle" type="text" name="title">
</section>
<textarea class="group" id="blogpost" name="blogpost"></textarea>
<button class="submitbutton" type="submit" value="submit" onclick="submitButton()">Post!</button>
<p class="submitSuccessMessage"></p>
</section>
<article>
<div class="pastposts">
<div class="individualpastposts group">
<p class="pastPostTitle"></p>
<p class="pastDate"></p>
<p class="justsubmitted"></p>
</div>
</div>
</article>
</section>
</section>
<footer>
The End! This is all my life as to offer!
</footer>
</body>
</html>