16 lines
351 B
HTML
16 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<title>logmania</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>JavaScript required</strong>
|
|
</noscript>
|
|
</body>
|
|
</html>
|