24 lines
610 B
HTML
Executable File
24 lines
610 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>Karls Analyzer</title>
|
|
|
|
<link rel='icon' type='image/svg' href='favicon.svg'>
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
<link rel='stylesheet' href='global.css'>
|
|
<link rel='stylesheet' href='build/main.css'>
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
|
|
|
|
<script defer src='build/main.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html> |