mirror of
https://github.com/mruwnik/chicken-master.git
synced 2025-06-08 21:34:43 +02:00
17 lines
461 B
HTML
17 lines
461 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link href="css/screen.css" rel="stylesheet" type="text/css">
|
|
<title>chicken-master</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
chicken-master is a JavaScript app. Please enable JavaScript to continue.
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script src="js/compiled/app.js"></script>
|
|
</body>
|
|
</html>
|