freifunkmanager/index.html

14 lines
371 B
HTML
Raw Permalink Normal View History

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