initialize project structure with basic components and configuration
This commit is contained in:
commit
e9b9175d51
67 changed files with 117755 additions and 0 deletions
18
src/index.html
Normal file
18
src/index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue