Add libraries
Add bootstrap w/ slate theme, effect.css, w2ui, jquery
This commit is contained in:
parent
551f87a1fa
commit
64bf3174d8
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -3,13 +3,22 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Hello World!</title>
|
<title>Hello World!</title>
|
||||||
|
<link href="./css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="./css/w2ui-1.4.3.min.css" rel="stylesheet">
|
||||||
|
<link href="./css/effeckt.css" rel="stylesheet">
|
||||||
|
<link href="./css/app.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello World!</h1>
|
<nav class="navbar navbar-default">
|
||||||
We are using node <script>document.write(process.versions.node)</script>,
|
<div class="container-fluid">
|
||||||
Chromium <script>document.write(process.versions.chrome)</script>,
|
<div class="navbar-header">
|
||||||
and Electron <script>document.write(process.versions.electron)</script>.
|
<button></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<script src="./js/w2ui-1.4.3.min.js"></script>
|
||||||
|
<script src="./js/jquery-2.2.3.min.js"></script>
|
||||||
|
<script src="./js/chroma.min.js"></script>
|
||||||
<script src="./js/index.js"></script>
|
<script src="./js/index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue