10 lines
181 B
HTML
10 lines
181 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>test</title>
|
|
<link rel="shortcut icon" type="image/png" href="./favicon.png">
|
|
</head>
|
|
<body>
|
|
<script src="./app.js"></script>
|
|
</body>
|
|
</html> |