Spaces:
Configuration error
Configuration error
Upload 2 files
Browse files- index.html +4 -4
- logo.svg +3 -0
index.html
CHANGED
|
@@ -3,21 +3,21 @@
|
|
| 3 |
|
| 4 |
<head>
|
| 5 |
<meta charset="hUTF-8" />
|
| 6 |
-
<link rel="icon" type="image/svg+xml" class="rounded-b-4xl w-8 text-white" href="/logo.svg" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
-
<link rel="stylesheet" href="/index.css">
|
| 9 |
|
| 10 |
<style>
|
| 11 |
-
/* Google font - Work Sans */
|
| 12 |
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
|
|
|
| 13 |
</style>
|
| 14 |
|
| 15 |
<title>Picto - Personal portfolio</title>
|
|
|
|
|
|
|
| 16 |
</head>
|
| 17 |
|
| 18 |
<body class="">
|
| 19 |
<div id="root" class=""></div>
|
| 20 |
-
<script type="module" src="/src/main.jsx"></script>
|
| 21 |
<script type="module" src="https://unpkg.com/cally"></script>
|
| 22 |
</body>
|
| 23 |
|
|
|
|
| 3 |
|
| 4 |
<head>
|
| 5 |
<meta charset="hUTF-8" />
|
| 6 |
+
<link rel="icon" type="image/svg+xml" class="rounded-b-4xl w-8 text-white" href="/picto/logo.svg" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
| 8 |
|
| 9 |
<style>
|
|
|
|
| 10 |
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
| 11 |
+
/* Google font - Work Sans */
|
| 12 |
</style>
|
| 13 |
|
| 14 |
<title>Picto - Personal portfolio</title>
|
| 15 |
+
<script type="module" crossorigin src="/picto/assets/index-B6cWZ4hq.js"></script>
|
| 16 |
+
<link rel="stylesheet" crossorigin href="/picto/assets/index-C-rIIvFY.css">
|
| 17 |
</head>
|
| 18 |
|
| 19 |
<body class="">
|
| 20 |
<div id="root" class=""></div>
|
|
|
|
| 21 |
<script type="module" src="https://unpkg.com/cally"></script>
|
| 22 |
</body>
|
| 23 |
|
logo.svg
ADDED
|
|