-
Notifications
You must be signed in to change notification settings - Fork 0
/
PiggyStyle.html
53 lines (53 loc) · 1.09 KB
/
PiggyStyle.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
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8">
<link id="linkcss" rel="stylesheet" href="piggystyle.css">
</head>
<body class="animation">
<div class="photo">
<a href="me.jpg">
<img src="me.jpg" class="myphoto"/>
</a>
</div>
<div class="about">
<h1>Hello.</h1>
hi.<br>
This is an example webpage using PiggyStyle.<br>
<a href="#">more about it</a>
</div>
<div class="bar">
<a href="#" class="title">My Website</a>
<a href="#">About</a>
<a href="#">Blog</a>
<a href="#">Works</a>
</div>
<div class="board">
<h1>What's new: Nothing.</h1>
</div>
<div class="text">
<h1>PiggyStyle</h1>
content<br>
cont ent cont en t<br>
c onte nt<br>
co ntent co ntent<br>
conte ntcon tent<br>
con tentc on te nt<br>
conten t cont ent<br>
content<br>
content<br>
content<br>
content<br>
content<br>
content<br>
content<br>
content<br>
content<br>
content<br>
</div>
<div class="bottom">
editor: Me<br>
example.com<br>
</div>
</body>
</html>