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
510 B
16 lines
510 B
<!doctype html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>$BOARD</title>
|
|
<script></script>
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
|
|
<link rel="stylesheet" href="{{MEDIA_URL}}css/curfew.css?v=3">
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
<audio id="bgm" src="{{MEDIA_URL}}bgm/rustle.ogg" preload="auto" autoplay></audio>
|
|
</body>
|
|
<script>var END = $END;</script>
|
|
<script src="{{MEDIA_URL}}js/jquery-1.10.2.min.js"></script>
|
|
<script src="{{MEDIA_URL}}js/curfew.js?v=4"></script>
|