-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 800 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!--
Sources :
https://www.alsacreations.com/tuto/lire/1234-creer-volet-coulissant-CSS3-target-transition.html
https://stackoverflow.com/questions/35759446/using-arrays-to-change-color-of-certain-words-in-an-input-box#35759618
http://jsfiddle.net/4eQUm/29/
-->
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Kanji par année</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script src="https://cdn.jsdelivr.net/npm/brython@3.8.10/brython.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/brython@3.8.10/brython_stdlib.js"></script>
<script type="text/python" src="analyse_kanji.py"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body onload="brython()">
</body>
</html>