mirror of
https://github.com/osmarks/ewo3.git
synced 2025-02-01 11:49:18 +00:00
16 lines
401 B
HTML
16 lines
401 B
HTML
<!doctype html>
|
|
<html lang="en" height="100vh">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
|
|
<meta name="description" content="Emu War Online">
|
|
|
|
<title>EWO3</title>
|
|
</style>
|
|
<link rel="stylesheet" href="app.css">
|
|
</head>
|
|
<body>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|