Fixed material icon
This commit is contained in:
parent
4a4bdfad16
commit
18ccd51749
29
index.html
29
index.html
@ -3,27 +3,30 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Projektmanagement Game</title>
|
<title>Projektmanagement Game</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
|
||||||
|
|
||||||
<link rel="stylesheet" href="static/css/components.css">
|
<link rel="stylesheet" href="static/css/components.css">
|
||||||
<link rel="stylesheet" href="static/css/header.css">
|
<link rel="stylesheet" href="static/css/header.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="static/css/index.css">
|
<link rel="stylesheet" href="static/css/index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="app-header">
|
<div class="app-header">
|
||||||
<div class="logo"></div>
|
<div class="logo"></div>
|
||||||
<div class="title">Projektmanagement Game</div>
|
<div class="title">Projektmanagement Game</div>
|
||||||
<div class="help"><span><i class="material-icon">more_vert</i></span></div>
|
<div class="help"><span class="material-icon">more_vert</span></div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.3/pixi.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.3/pixi.min.js"></script>
|
||||||
<script src="static/js/index.js"></script>
|
<script src="static/js/index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user