generated from s9a/atmosphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 1.06 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
<!DOCTYPE html>
<html lang="" data-raiz="0">
<meta charset="utf-8">
<title>angel number to color interpreter</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="mistyrose">
<meta name="color-scheme" content="light dark">
<meta name="description" content="...">
<link rel="stylesheet" href="angel.css">
<link rel="icon" href="icon.svg">
<link rel="help" href="https://github.com/s9a/angel">
<link rel="license" href="LICENSE.txt">
<main>
<header>
<h1>
<a href="?">angel</a>
<i>interpreter</i>
</h1>
</header>
<form id="formulario" method="get">
<label for="entrada">calcular</label>
<input id="entrada" name="_" placeholder="…" size="26" autocomplete="off">
<button id="=" type="submit">=</button>
<div id="status" role="status">
<output for="suma" name="suma">?</output>
<kbd>=</kbd>
<output for="numero" name="numero">?</output>
<kbd>=</kbd>
<output for="raiz" name="raiz">?</output>
</div>
</form>
</main>
<script src="angel.js"></script>