forked from undercase/supreme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.06 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Supreme</title>
<link rel="stylesheet" type="text/css" href="css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</head>
<body>
<div class="container">
<h1><span class="supreme">Supreme</span> Logo Generator</h1>
<h5>Made with ❤ by <a href="https://www.github.com/undercase">Thomas</a> and <a href="https://www.github.com/JustinAWei">Justin</a></h5>
<br>
<canvas id="logo" width="487.5" height="175"></canvas>
</div>
<div class="container">
<h4>Enter your <span class="supreme">Supreme</span> message: </h4>
<div class="input-field">
<input type="text" value="">
<label> Enter your supreme message</label>
</div>
<a class="waves-effect waves-light btn red" id="download">Download Image</a>
</div>
</body>
</html>