release 1

This commit is contained in:
Dooho Yi 2022-01-18 19:09:29 +09:00
parent 33052b8462
commit 74ddd7db78
3 changed files with 9 additions and 8 deletions

View file

@ -240,7 +240,8 @@ var looper;
}, 30000 * index, pointer, index); }, 30000 * index, pointer, index);
} }
var timegap = 10000 + Math.random()*(40000); //var timegap = 10000 + Math.random()*(40000);
var timegap = 1000 + Math.random()*(40000);
console.log(timegap); console.log(timegap);
//get # list //get # list

View file

@ -130,7 +130,7 @@
<small>두 자리 숫자를 입력해주세요. 업로드한 소리를 삭제할 때 쓰입니다.</small> <small>두 자리 숫자를 입력해주세요. 업로드한 소리를 삭제할 때 쓰입니다.</small>
</li> </li>
<li> <li>
<input id="submit" type="submit" value="제출하기" /> <input id="submit" type="submit" value="보내기!" />
</li> </li>
</ul> </ul>
</form> </form>

View file

@ -17,6 +17,11 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap" rel="stylesheet" />
</head>
<body>
<div class="bg"></div>
<div class="content">
</div>
<script> <script>
// // force https // // force https
// var http_confirm = location.href.split(":")[0]; // var http_confirm = location.href.split(":")[0];
@ -110,7 +115,7 @@
} }
}); });
var fading_factor = 0.2; //20% var fading_factor = 0.3; //30%
//var fading_factor = 0.5; //50% //var fading_factor = 0.5; //50%
socket.on("post", async function(post) { socket.on("post", async function(post) {
@ -259,10 +264,5 @@
// })(8000); // })(8000);
// } // }
</script> </script>
</head>
<body>
<div class="bg"></div>
<div class="content">
</div>
</body> </body>
</html> </html>