-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 934 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 class="no-js" lang="pt-br">
<head>
<meta charset="utf-8">
<title>Campo Minado</title>
<meta name="description" content="Campo Minado">
<meta name="author" content="Fellipe Castro">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="components/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="campo" class="container"></div>
<script src="components/jquery/jquery.min.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>