freifunkmanager/html/index.html

14 lines
371 B
HTML
Raw Normal View History

2016-07-01 08:25:32 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="css/style.css">
2016-07-01 16:01:28 +02:00
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
2016-07-01 08:25:32 +02:00
<script src="app.js"></script>
</head>
<body>
</body>
</html>