basic-imba/dist/index.html

11 lines
234 B
HTML
Raw Normal View History

2015-08-16 15:52:04 +02:00
<!doctype html>
<html lang="en">
<head>
<title>Hello World</title>
<meta charset="utf-8">
2018-02-09 15:58:42 +01:00
<link rel="stylesheet" href="index.css" media="screen">
2015-08-16 15:52:04 +02:00
</head>
<body>
2018-02-09 15:58:42 +01:00
<script src="client.js"></script>
2015-08-16 15:52:04 +02:00
</body>
</html>