-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.html
More file actions
37 lines (28 loc) · 1.12 KB
/
template.html
File metadata and controls
37 lines (28 loc) · 1.12 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
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Boolean</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="manifest" href="manifest.webmanifest">
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body><h1>Project |<span class="col_orange">| Boolean</span></h1><div class="container"><div class="row"><div class="col-xl-2"></div>
<div class="wrapper col-xl-8">
<div class="wrapper-header">
<p>A Programming Competition for Highschoolers</p>
</div>
<h2>Hello</h2>
<h3 class="code">Hello</h3>
<h4>Hello</h4>
<h5>Hello</h5>
<p>Hello</p>
<br>
<a href="index.html">»<span class="detail_mimic">Back to home</span>«</a>
</div>
<div class="col-xl-2"></div></div></body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="insertConfig.js" type="text/javascript"></script>
</html>