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>
|
||||
<meta charset="UTF-8">
|
||||
<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>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
We are using node <script>document.write(process.versions.node)</script>,
|
||||
Chromium <script>document.write(process.versions.chrome)</script>,
|
||||
and Electron <script>document.write(process.versions.electron)</script>.
|
||||
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<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>
|
||||
</body>
|
||||
</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