29 lines
767 B
HTML
29 lines
767 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Projektmanagement Game</title>
|
|
<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>
|
|
<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>
|
|
</header>
|
|
<main>
|
|
|
|
</main>
|
|
<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>
|
|
</body>
|
|
</html> |