-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (45 loc) · 1.81 KB
/
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
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
58
59
60
61
62
63
64
65
66
67
68
<html>
<head>
<title>Homepage</title>
<link rel="image_src" href="images/domain.gif" />
<link rel="shortcut icon" href="images/selfportrait.gif" />
<meta property="og:title" content="Homepage" />
<meta property="og:image" content="images/domain.gif" />
<meta property="og:site_name" content="Lizzie Paquette" />
<meta property="og:type" content="website"/>
<meta property="og:description" content="awesome stuff" />
<script src="jquery.js"></script>
<script src="includeMenu.js"></script>
</head>
<body style = "margin-top: 60px";>
<div id="menu"></div>
<h1>
Lizzie Packet
</h1>
<h2>
Hello and welcome to my shitty website!
</h2>
<p>
I have made this shitty website all from scratch. Could I have made a nice one on Blogspot or Wordpress or Squarespace or Godaddy or any of user friendly website makers?
<iframe src="yes.html" height="100" width="70" style="border:none;"></iframe>
</p>
<p>
But I am trying to become a well rounded do-it-yourself coder and you've got to start somewhere. If you know some cool HTML from back when MySpace was a thing or something enter it here:
<form>
<br><input type="text" name="good entering"><br>
</form>
Just kidding that box doesn't work. Sometimes I think of life as this upgrade game.
<a href="http://www.kongregate.com/games/ArmorGames/upgrade-complete?acomplete=upgrad">click here!</a>
If you don't want to click the link here's a screen shot.
<table>
<tr>
<td><img src="images/upgrade.JPG" alt="Look a pic!" style="width:304px;"></td>
</tr>
</table>
And right now we're just at the first level.
</p>
<p>
PS. If you are an employer this is not <a href="me.html">me</a>. Please go to my <a href="https://www.linkedin.com/in/lizzie-paquette/">linkedin</a> I have an allstar rated profile with lots of gloating and foaming at the mouth.
</p>
</body>
</html>