-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.html
37 lines (30 loc) · 1.15 KB
/
template.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="content-type">
<title>Ravencoin Electrum Special Interest Group</title>
<meta content="Electrum-RVN-SIG" name="author">
<meta content="Ravencoin Electrum Special Interest Group"
name="description">
<style type="text/css">
body{margin:0; padding-left: 50px; padding-right: 50px; font-family: verdana; font-size: 150%;}
p{padding:100px; height:20px; color:#4e4e4e; font-size:30px;}
a:link{color:#000066;}
a:visited{color:#6666ff;}
a:hover{color:#000000; text-decoration:underline;}
div{margin-top:20px; margin-bottom:20px !important;}
</style>
</head>
<body>
<!--Prefix for scripting in stuff as needed-->
<br>
<h1>file_name</h1>
<h4>Checked by: user_name</h4>
<p>This is a brief overview of what the file is for.</p>
<p>Here are some notable variables.</p>
<p>Here are some notable methods.</p>
<p>This is what I think we need to do to convert to Ravencoin.</p>
<!--Suffix for scripting in stuff as needed-->
</body>
</html>