forked from MozQABD/testdaybanner.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 902 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Test Day Result Banner Generator | Mozilla QA Bangladesh</title>
<link rel="stylesheet" type="text/css" href="styles/theme.css" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
</head>
<body>
<h1>Test Day Result Banner Generator</h1>
<span class="note"> Fill up the informations and download your banner: </span> <br/><br/>
<div class="form">
<input type="text" id="banner_heading" placeholder="Banner Headline" />
<input type="button" id="preview" value="Apply Text"/>
<a id="download"><button type="button">Download</button></a>
</div>
<canvas id="banner_background" height="350px" width="900px"> </canvas>
<canvas id="banner" height="350px" width="900px"> </canvas>
<script src="magic/generator.js"> </script>
</body>
</html>