-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1 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
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NumberTrivia</title>
<link href="https://file.myfontastic.com/AhiuGLVii9n5qMJondbGhk/icons.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<center>
<div class="container">
<h1 class="display-5">NumberTrivia</h1>
<hr class="m-y-2">
<center>
<form id="formThing" action="" method="">
<input type="text" id="inputText" class="form-control" style="width: 200px;display: inline-block;">
<input type="submit" id="submit" class="btn btn-success">
</form>
</center>
<div class="profile">
</div>
</div>
</center>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>