-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha.html
68 lines (62 loc) · 2.02 KB
/
a.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE HTML>
<html>
<head>
<title>MTG Printer</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="/style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">MTG<span class="logo_colour"> Printer</span></a></h1>
<h2>By Willy Nojopranoto</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
</ul>
</div>
</div>
<div id="content_header"></div>
<div id="site_content">
<div class="sidebar">
<!-- insert your sidebar items here -->
<h3>Latest News</h3>
<h4>New Website Launched</h4>
<h5>November 25, 2018</h5>
</div>
<div id="content">
<!-- insert the page content here -->
<form action="/create" method="post">
<div class="form_settings">
Deck: <input type="submit" value="Submit"><br><br>
<br>
<textarea name="deck" cols="40" rows="20">1 Murmuring Mystic
1 Radical Idea
1 Passwall Adept
1 Vraska, Golgari Queen
1 Quasiduplicate
1 Dimir Spybug
1 Notion Rain
1 Dimir Informant</textarea>
<br><br>
<input type="submit" value="Submit">
</div>
</form>
<p>Click submit to get printable cards.</p>
<br>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
Copyright © black & white | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">HTML5 Web Templates</a>
</div>
</div>
</body>
</html>