mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-04-28 17:46:21 +02:00
25 lines
1 KiB
HTML
25 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#0c0c0c" />
|
|
<meta
|
|
name="description"
|
|
content="Tools crafted for your enjoyment."
|
|
/>
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/KDT-icon@192px.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>Kevin's Data-Toolbox</title>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap" crossorigin="anonymous" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run Kevin's Data-Toolbox.</noscript>
|
|
<div id="root"></div>
|
|
<!--
|
|
Hello you source-dwelling human. If you like source-code, you should check out my GitHub-Account at https://github.com/Unkn0wnCat
|
|
-->
|
|
</body>
|
|
</html>
|