-
Notifications
You must be signed in to change notification settings - Fork 4
/
output.html
36 lines (29 loc) · 982 Bytes
/
output.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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="../gutentag.css" type="text/css" />
<title>GutenTag Results</title>
<script language="javascript" type="text/javascript" src="../output.js">
</script>
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="../favicon.png" />
</head>
<body onload="start();">
<!-- Start of progress bar area -->
<div id="statusscreen">
</div>
<div id="statusbar">
<div class="meter animate">
<span id="progress" style="width: 0"><span></span></span>
</div>
</div>
<!-- End of progress bar area -->
<div id="wrapper">
<div id="gutentaglogo"><a href="/"> <img src="../images/gutentaglogo.png" height="130" width="500" /> </a></div>
<div id="download" class="hidden"> </div>
<div class="startresults"></div>
INSERTHERE
</div>
<p> </p>
<p> </p>
</body>
</html>