-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstage2.html
More file actions
23 lines (21 loc) · 737 Bytes
/
stage2.html
File metadata and controls
23 lines (21 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stage 2</title>
<!-- Google Tag Manager -->
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<script src="./_js/phaser.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aws-sdk/2.1530.0/aws-sdk.min.js"></script>
<script>
</script>
<script src="./_js/common.js"></script>
<script type="module" src="./_js/stage2.js"></script>
</body>
</html>