mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-06 00:34:58 +02:00
2.178
This commit is contained in:
parent
f98c9946e5
commit
2f815205a9
72 changed files with 4567 additions and 1469 deletions
20
S/quiz/quiz_imapsync.html
Executable file
20
S/quiz/quiz_imapsync.html
Executable file
|
@ -0,0 +1,20 @@
|
|||
<!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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue