-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminimal.html
More file actions
107 lines (101 loc) · 3.98 KB
/
Copy pathminimal.html
File metadata and controls
107 lines (101 loc) · 3.98 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="generator"
content="Linux, Emacs and me" />
<meta name="author"
content="Kevin Cole" />
<meta name="robots"
content="index, follow" />
<link rel="shortcut icon"
href="http://aaweb.gallaudet.edu/images/favicon.ico" />
<link rel="icon"
href="http://aaweb.gallaudet.edu/images/favicon.ico" />
<link rel="stylesheet"
href="styles.css" />
<link rel="license"
title="[Kevin Cole]"
href="notice.html" />
<link rel="author"
title="[Kevin Cole]"
href="http://www.linkedin.com/in/ubuntourist" />
<link rel="Search"
title="[Search]"
href="/sitemap.html" />
<title>Kevin Cole - NOVA Web Development, LLC</title>
</head>
<body itemscope="" itemtype="http://schema.org/WebPage">
<header id="section_header" role="banner">
<h1>It works!</h1>
</header>
<article id="essence" style="margin:0px auto;" role="main">
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been
added, yet.</p>
</article>
<footer id="section_footer" role="contentinfo"
style="background-color:#f3e3be; height:45px; border-radius:5px 5px 15px 15px;">
<div style="float:right; font-size:10pt; margin: -11px 5px;">
<a href="http://validator.w3.org/check?uri=referer"
onmouseover="document.images['ValidHTML5'].src='valid-html5-orange.png'"
onfocus="document.images['ValidHTML5'].src='valid-html5-orange.png'"
onmouseout="document.images['ValidHTML5'].src='valid-html5-blue.png'"
onblur="document.images['ValidHTML5'].src='valid-html5-blue.png'"><img
id="ValidHTML5"
style="border:0;width:88px;height:31px;"
src="valid-html5.png"
alt="Valid HTML 5"
title="Valid HTML 5"
height="31"
width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/"
onmouseover="document.images['ValidCSS3'].src='valid-css3-orange.png'"
onfocus="document.images['ValidCSS3'].src='valid-css3-orange.png'"
onmouseout="document.images['ValidCSS3'].src='valid-css3-blue.png'"
onblur="document.images['ValidCSS3'].src='valid-css3-blue.png'"><img
id="ValidCSS3"
style="border:0;width:88px;height:31px;"
src="valid-css3.png"
alt="Valid CSS 3"
title="Valid CSS 3"
height="31"
width="88"></a>
<a href="http://wave.webaim.org/refer"><img
id="WaveApproved"
style="border:0;width:37px;height:35px;"
src="wave-webaim.png"
alt="WAVE (WebAIM) Approved" title="WAVE (WebAIM) Approved"
height="35" width="37" /></a>
</div>
<section style="margin-left: 40px; margin-top:5px; font-size:10pt; ">
Copyleft ©
<span itemprop="copyrightYear"><time
itemprop="dateCreated"
datetime="2014-04-15">2014</time></span> •
<span itemprop="author"
itemscope="itemscope"
itemtype="http://schema.org/Person"><span
itemprop="name">NOVA Web Development, LLC.</span><br />
<span itemprop="workLocation"
itemscope="itemscope"
itemtype="http://www.schema.org/Place"><span
itemprop="geo"
itemscope="itemscope"
itemtype="http://schema.org/GeoCoordinates"><meta
itemprop="latitude"
content="38.85072" /><meta
itemprop="longitude"
content="-77.125348" /></span>
<span itemscope="itemscope"
itemtype="http://www.schema.org/PostalAddress">
<span itemprop="streetAddress">5041 7th Road South, #T1</span>
•
<span itemprop="addressLocality">Arlington</span>,
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">22204</span></span></span></span>
</section>
</footer>
<div class="clearfloat"> </div>
</body>
</html>