-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.39 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.39 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
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Space Empires 4x Production Sheet</title>
</head>
<body>
<div id="app"></div>
<div class="container-fluid">
<div class="row">
<div class="col">
<small>
Created by Quique Porta (<a href="https://twitter.com/quiqueportac">@quiqueportac</a>).
</small>
</div>
</div>
<div class="row">
<div class="col">
<small>
Source code on <a href="https://github.com/quiqueporta/space-empires-4x-app">Github</a>.
</small>
</div>
</div>
<div class="row">
<div class="col">
<small>Please, give me <a href="mailto:quiqueporta@gmail.com">feedback</a></small>
</div>
</div>
<div class="row">
<div class="col">
<small>Contributors: <a href="mailto:sigmazero13@gmail.com">Scott</a></small>
</div>
</div>
</div>
<script src="/dist/build.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
</body>
</html>