mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 18:18:54 +02:00
12 lines
280 B
HTML
12 lines
280 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<title>Kill The Rats!</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|