You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<title>Idle game</title> |
|
<link rel="stylesheet" href="css/app.css"> |
|
</head> |
|
<body> |
|
<div id="game"> |
|
|
|
</div> |
|
<script src="https://unpkg.com/vue@next"></script> |
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment-with-locales.min.js"></script> |
|
<script src="js/app.js"></script> |
|
</body> |
|
</html> |