-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
27 lines (26 loc) · 1.52 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="ThemeCreator, create quickly themes for IntelliJ Editors, Atom, Textmate, Emacs and Vim.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ThemeCreator</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="app/resources/css/bootstrap.min.css">
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-3dkvEK0WLHRJ7/Csr0BZjAWxERc5WH7bdeUya2aXxdU= sha512-+L4yy6FRcDGbXJ9mPG8MT/3UCDzwR9gPeyFNMCtInsol++5m3bk2bXWKdZjvybmohrAsn3Ua5x8gfLnbE1YkOg==" crossorigin="anonymous">
<script src="app/resources/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="app/target/css/main.css">
</head>
<body>
<nav class="navbar navbar-default navbar-static-top" id="navcontainer" >
</nav>
<div id="mainapp">Loading ...</div><!-- Your content goes here</div> -->
<span id="forkongithub"><a href="https://github.com/mswift42/themecreator">Fork me on GitHub</a></span>
<footer>
<h7>ThemeCreator. Author: Martin Haesler, Usage Instructions : <a href="https://github.com/mswift42/themecreator">mswift42/themecreator</a></h7>
</footer>
<script type="text/javascript" src="app/target/js/app.js"></script>
</body>
</html>