Added style to page
This commit is contained in:
parent
40006b14bd
commit
e7f5abbbb8
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello World!</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="NavBar"></div>
|
||||
<div id="NavBarContainer"></div>
|
||||
<div id="AppContainer"></div>
|
||||
|
||||
<script src="js/app.js"></script>
|
||||
|
|
Reference in a new issue