18 lines
No EOL
530 B
HTML
18 lines
No EOL
530 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>CDN, how?</title>
|
|
<meta name="description" content="This, is not a CDN.">
|
|
<meta name="color-scheme" content="dark">
|
|
<link rel="icon" href="lucide-static/icons/ethernet-port.svg">
|
|
<link rel="icon" href="../public/profile.jpg">
|
|
<link rel="stylesheet" href="./index.css" />
|
|
<script src="./index.tsx" async type="module" defer></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html> |