-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.htm
87 lines (59 loc) · 2.1 KB
/
template.htm
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<title>Gymspiration - Sexy, Intimidating Women With Muscle</title>
<link rel="stylesheet" type="text/css" href="./public/standard.css"></link>
</head>
<body>
<!-- BEGIN: Header. -->
<div class="siteHeader">
<div class="content">
<a href="./index.htm" class="logo">
Gymspiration - Because sometimes, we all need an inspirational kick in the ass.
</a>
<a href="http://www.bennadel.com" title="" target="_blank" class="bennadelButton">
Ben Nadel
</a>
<a href="http://bennadel.tumblr.com" title="" target="_blank" class="tumblrButton">
Tumblr
</a>
</div>
</div>
<!-- END: Header. -->
<!-- BEGIN: Body. -->
<div class="siteBody">
<div class="content">
<h1>
Somewhere, this woman is warming up with your max.
Maybe it's time to workout?!
</h1>
<div class="rssItem">
<!-- This will be replaced. -->
<img src="http://25.media.tumblr.com/tumblr_lgiyvpRDqF1qdud41o1_500.jpg"/><br/><br/><p>Cindy Phillips</p>
</div>
<a href="./index.htm" class="iNeedMore">
I need more gymspriation - what else you got?
</a>
</div>
</div>
<!-- END: Body. -->
<!-- BEGIN: Footer. -->
<div class="siteFooter">
<div class="content">
<a href="http://www.bennadel.com" title="Ben Nadel is a ColdFusion and Javascript web application developer with an eye for detail and a passion for finding new and fun ways to leverage technology." target="_blank" class="bennadel">
Website Developed By Ben Nadel
</a>
<a href="http://www.nodejitsu.com" title="Nodejitsu is a node.js application hosting and martial arts training company. They are evangelists and community leaders in the node.js project." target="_blank" class="nodejitsu">
Hosting Provided By Nodejitsu
</a>
</div>
</div>
<!-- END: Site Footer. -->
<!-- BEGIN: Legal Notice. -->
<div class="legal">
Gymspiration is a Ben Nadel website © 2011.
Design insprired by <a href="http://www.jeroenhoman.com/" target="_blank">Jeroen Homan</a>.
</div>
<!-- END: Legal Notice. -->
</body>
</html>