Fixed material icon
This commit is contained in:
parent
4a4bdfad16
commit
18ccd51749
21
index.html
21
index.html
@ -3,27 +3,30 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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/header.css">
|
||||
|
||||
<link rel="stylesheet" href="static/css/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<header>
|
||||
<div class="app-header">
|
||||
<div class="logo"></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>
|
||||
</header>
|
||||
<main>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
</main>
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
<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="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.3/pixi.min.js"></script>
|
||||
<script src="static/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user