mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
21 lines
400 B
HTML
Executable File
21 lines
400 B
HTML
Executable File
<!DOCTYPE html>
|
|
|
|
<!-- Taken from https://code-boxx.com/simple-javascript-quiz -->
|
|
|
|
<html>
|
|
<head>
|
|
<title>
|
|
Imapsync Quiz
|
|
</title>
|
|
|
|
<!-- (A) LOAD QUIZ CSS + JS -->
|
|
<link href="quiz_imapsync.css" rel="stylesheet">
|
|
<script src="quiz_imapsync.js"></script>
|
|
</head>
|
|
<body>
|
|
<!-- (B) QUIZ CONTAINER -->
|
|
<div id="quizWrap"></div>
|
|
</body>
|
|
</html>
|
|
|