-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dec64.svg" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="DEC64.: IEEE-754 Decimal-64 floating-point converter" />
<meta
name="description"
content="DEC64. is a web app for CSARCH2 that converts IEEE-754 Decimal-64 floating-point to binary or hexadecimal equivalent (including all special cases)."
/>
<meta
name="keywords"
content="IEEE-754 Decimal-64 floating-point converter, CSARCH2, DEC64., IEEE-754 Decimal-64, Converter, Floating point converter, Dec64 floating point"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="ubergonmx" />
<title>DEC64.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>