-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/styleMinify.css?v=1.0.0">
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon">
<title>Key Codes</title>
<meta property="og:title" content="SnowDev Tech Services KeyCodeApp - Ameliorer votre comprehension de la Table ASCII">
<meta property="og:description" content="Créer par Dimitri Tedom,STSKeyCodeApp va vous permettre de tester votre clavier ! Découvrir les Key Codes, Codes ASCII et de les copier">
<meta property="og:url" content="https://dimitri-tedom/github.io/STS_KeyCodeApp">
<meta property="og:image" content="https://dimitri-tedom.github.io/STS_KeyCodeApp/assets/preview.svg">
<meta property="og:type" content="website">
<meta property="site_name" content="STS_KeyCodeApp">
</head>
<body>
<header>
<a href="mailto:dimitritedom@gmail.com">
<h1 class="sts">SnowDev Tech Services</h1>
<h3 class="key">KeyCodeApp</h3>
</a>
</header>
<h1 class="enter">Entrer un Caratère du Clavier</h1>
<input type="text" placeholder="Entrer un caractère" maxlength="1" id="asciiInput" style="display: none;">
<div class="container">
<div class="key-container" id="keyContainer">
<h1 class="anime">key</h1>
<div></div>
<h1 class="anime">Code</h1>
<div></div>
<h1 class="anime">key Code</h1>
<div></div>
</div>
</div>
<script src="./assets/script.js"></script>
</body>
</html>