Initial Setup for Nile
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules/
|
44
index.html
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="description" content="Dunemask" />
|
||||||
|
<title>Univite</title>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon"
|
||||||
|
sizes="180x180"
|
||||||
|
href="/favicons/apple-touch-icon.png?v=0.0.1-sep-9-2022"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="32x32"
|
||||||
|
href="/favicons/favicon-32x32.png?v=0.0.1-sep-9-2022"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="16x16"
|
||||||
|
href="/favicons/favicon-16x16.png?v=0.0.1-sep-9-2022"
|
||||||
|
/>
|
||||||
|
<link rel="manifest" href="/favicons/site.webmanifest?v=0.0.1-sep-9-2022" />
|
||||||
|
<link
|
||||||
|
rel="mask-icon"
|
||||||
|
href="/favicons/safari-pinned-tab.svg?v=0.0.1-sep-9-2022"
|
||||||
|
color="#ffc40d"
|
||||||
|
/>
|
||||||
|
<link rel="shortcut icon" href="/favicons/favicon.ico?v=0.0.1-sep-9-2022" />
|
||||||
|
<meta name="msapplication-TileColor" content="#ffc40d" />
|
||||||
|
<meta
|
||||||
|
name="msapplication-config"
|
||||||
|
content="/favicons/browserconfig.xml?v=0.0.1-sep-9-2022"
|
||||||
|
/>
|
||||||
|
<meta name="theme-color" content="#5d5d5d" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<noscript>You need to enable JavaScript to view this site.</noscript>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/App.jsx"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
2388
package-lock.json
generated
Normal file
33
package.json
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"name": "nile",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "Delta for all things Dunemask",
|
||||||
|
"license": "LGPL-2.1-only",
|
||||||
|
"author": "Dunemask",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"start": "vite --host",
|
||||||
|
"build:react": "vite build",
|
||||||
|
"lint": "npx prettier -w src/ index.html vite.config.js"
|
||||||
|
},
|
||||||
|
"browserslist": {
|
||||||
|
"production": [
|
||||||
|
">0.2%",
|
||||||
|
"not dead",
|
||||||
|
"not op_mini all"
|
||||||
|
],
|
||||||
|
"development": [
|
||||||
|
"last 1 chrome version",
|
||||||
|
"last 1 firefox version",
|
||||||
|
"last 1 safari version"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@vitejs/plugin-react": "2.1.0",
|
||||||
|
"prettier": "^2.7.1",
|
||||||
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0",
|
||||||
|
"react-router-dom": "^6.3.0",
|
||||||
|
"vite": "3.1.0"
|
||||||
|
}
|
||||||
|
}
|
BIN
public/favicons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
public/favicons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/favicons/apple-touch-icon-114x114-precomposed.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
public/favicons/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/favicons/apple-touch-icon-120x120-precomposed.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
public/favicons/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/favicons/apple-touch-icon-144x144-precomposed.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
public/favicons/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/favicons/apple-touch-icon-152x152-precomposed.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
public/favicons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/favicons/apple-touch-icon-180x180-precomposed.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
public/favicons/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
public/favicons/apple-touch-icon-57x57-precomposed.png
Normal file
After Width: | Height: | Size: 867 B |
BIN
public/favicons/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
public/favicons/apple-touch-icon-60x60-precomposed.png
Normal file
After Width: | Height: | Size: 907 B |
BIN
public/favicons/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 623 B |
BIN
public/favicons/apple-touch-icon-72x72-precomposed.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/favicons/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 755 B |
BIN
public/favicons/apple-touch-icon-76x76-precomposed.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/favicons/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
public/favicons/apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
public/favicons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
9
public/favicons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<browserconfig>
|
||||||
|
<msapplication>
|
||||||
|
<tile>
|
||||||
|
<square150x150logo src="/favicons/mstile-150x150.png?v=0.0.1-sep-9-2022"/>
|
||||||
|
<TileColor>#ffc40d</TileColor>
|
||||||
|
</tile>
|
||||||
|
</msapplication>
|
||||||
|
</browserconfig>
|
BIN
public/favicons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 472 B |
BIN
public/favicons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 742 B |
BIN
public/favicons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/favicons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
143
public/favicons/safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,143 @@
|
||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="704.000000pt" height="704.000000pt" viewBox="0 0 704.000000 704.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,704.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M3868 5784 c-3 -3 -34 -7 -69 -9 -66 -4 -116 -10 -159 -18 -14 -2
|
||||||
|
-55 -10 -93 -17 -37 -7 -70 -16 -73 -21 -3 -5 -9 -7 -13 -4 -7 4 -67 -12 -121
|
||||||
|
-32 -8 -3 -23 -8 -32 -9 -10 -2 -37 -12 -60 -23 -24 -10 -58 -24 -75 -31 -18
|
||||||
|
-7 -33 -17 -33 -22 0 -5 -5 -6 -10 -3 -28 17 -436 -224 -599 -355 -131 -105
|
||||||
|
-328 -309 -433 -447 -18 -24 -36 -43 -40 -43 -4 0 -8 -5 -8 -10 0 -11 -9 -24
|
||||||
|
-41 -59 -8 -10 -18 -25 -22 -34 -3 -9 -11 -17 -17 -17 -5 0 -10 -6 -10 -13 0
|
||||||
|
-7 -14 -27 -30 -45 -16 -18 -30 -35 -30 -38 0 -5 -14 -23 -41 -53 -8 -10 -18
|
||||||
|
-25 -22 -34 -3 -9 -11 -17 -17 -17 -5 0 -10 -7 -10 -15 0 -8 -4 -15 -8 -15 -5
|
||||||
|
0 -17 -16 -28 -35 -10 -19 -21 -35 -25 -35 -4 0 -12 -13 -19 -30 -7 -16 -16
|
||||||
|
-30 -20 -30 -4 0 -13 -13 -20 -30 -7 -16 -16 -30 -21 -30 -5 0 -9 -7 -9 -15 0
|
||||||
|
-8 -4 -15 -10 -15 -5 0 -12 -11 -16 -25 -3 -14 -9 -25 -14 -25 -4 0 -15 -17
|
||||||
|
-26 -37 -10 -21 -23 -41 -27 -44 -5 -3 -21 -44 -37 -90 -39 -110 -39 -164 -2
|
||||||
|
-127 7 7 12 8 12 3 0 -6 4 -5 8 1 4 6 34 28 67 49 33 22 62 43 63 47 2 5 10 8
|
||||||
|
17 8 7 0 16 7 19 16 4 9 9 14 12 11 3 -3 14 2 23 11 31 30 61 52 69 52 4 0 13
|
||||||
|
9 20 21 7 12 16 18 19 15 3 -3 11 0 18 7 7 7 25 21 41 32 15 11 33 26 40 33 7
|
||||||
|
6 17 12 23 12 6 0 11 5 11 11 0 5 4 8 9 5 5 -3 12 1 15 10 4 9 9 14 13 10 3
|
||||||
|
-3 13 3 20 14 8 11 18 18 23 15 4 -3 10 -1 12 4 3 10 181 126 187 122 2 -2 7
|
||||||
|
1 10 6 9 13 89 63 101 63 5 0 10 5 10 10 0 6 7 10 15 10 8 0 15 5 15 11 0 5 4
|
||||||
|
8 9 5 5 -3 14 1 21 9 7 8 17 15 22 15 5 0 29 14 54 30 24 17 44 28 44 24 0 -4
|
||||||
|
8 0 18 8 9 9 27 19 40 22 12 4 22 12 22 17 0 6 4 8 8 5 5 -3 20 5 33 17 13 12
|
||||||
|
25 21 26 20 2 -1 23 6 49 17 25 11 50 20 55 20 5 0 9 5 9 12 0 6 3 8 6 5 4 -3
|
||||||
|
16 -1 28 5 11 7 28 13 36 14 8 2 23 7 35 13 41 19 56 24 108 34 20 5 37 12 37
|
||||||
|
17 0 4 9 6 20 3 12 -3 20 0 20 6 0 7 4 10 9 7 4 -3 23 -1 42 4 19 6 45 12 59
|
||||||
|
15 14 2 68 14 120 25 52 11 109 20 126 20 17 0 34 3 37 7 4 3 26 7 50 8 145 6
|
||||||
|
234 6 247 2 8 -3 22 -5 30 -5 36 -1 137 -24 283 -67 26 -8 47 -11 47 -8 0 3 6
|
||||||
|
1 13 -4 9 -8 76 -30 117 -39 3 0 12 -3 20 -7 14 -5 88 -29 100 -32 3 -1 18 -7
|
||||||
|
33 -13 15 -7 39 -15 53 -18 13 -3 27 -10 30 -15 3 -5 11 -9 19 -9 8 0 26 -5
|
||||||
|
42 -12 15 -6 31 -11 36 -10 4 1 7 -3 7 -9 0 -5 4 -8 9 -4 5 3 12 1 16 -5 4 -6
|
||||||
|
11 -8 16 -5 5 4 9 2 9 -3 0 -9 39 -28 70 -34 8 -2 18 -7 21 -11 3 -5 13 -9 21
|
||||||
|
-11 9 -1 23 -8 32 -15 9 -7 16 -10 16 -7 0 4 10 -2 22 -13 11 -11 25 -18 30
|
||||||
|
-15 4 3 8 0 8 -7 0 -7 3 -10 6 -6 3 3 14 -2 25 -11 11 -9 23 -17 27 -17 4 -1
|
||||||
|
23 -11 42 -23 19 -12 40 -22 47 -22 6 0 13 -4 15 -9 2 -4 41 -30 88 -57 47
|
||||||
|
-27 87 -52 88 -56 2 -5 12 -8 23 -8 10 0 19 -5 19 -11 0 -5 5 -7 10 -4 6 3 10
|
||||||
|
1 10 -5 0 -6 5 -8 10 -5 6 3 10 1 10 -5 0 -7 7 -10 15 -6 8 3 15 1 15 -4 0 -5
|
||||||
|
7 -7 15 -4 8 4 15 1 15 -7 0 -7 3 -9 7 -6 3 4 12 2 20 -4 7 -6 13 -9 13 -5 0
|
||||||
|
3 12 1 28 -5 37 -14 63 -21 85 -21 9 1 17 -3 17 -7 0 -4 10 -8 23 -8 22 -1 64
|
||||||
|
-7 122 -18 17 -3 44 -7 60 -9 17 -2 31 -5 33 -6 1 -1 16 -4 32 -5 17 -1 31 -4
|
||||||
|
33 -5 9 -8 278 -16 283 -8 2 3 19 5 37 4 17 -2 35 1 38 7 4 5 18 10 33 10 14
|
||||||
|
1 26 6 26 11 0 5 3 6 6 3 10 -10 134 91 134 109 0 4 8 14 18 23 10 9 27 31 37
|
||||||
|
49 11 17 23 32 27 32 4 0 8 5 8 10 0 6 4 16 10 23 43 53 60 76 60 81 0 3 9 15
|
||||||
|
21 27 l20 20 -6 -128 c-11 -248 -58 -490 -110 -569 -63 -96 -242 -128 -433
|
||||||
|
-77 -31 8 -61 16 -67 17 -16 5 -46 17 -122 52 -40 18 -73 30 -73 27 0 -3 -8 0
|
||||||
|
-17 9 -10 8 -40 25 -68 39 -27 13 -56 30 -63 37 -12 11 -21 14 -38 11 -4 0
|
||||||
|
-10 4 -13 9 -9 14 -161 102 -161 94 0 -4 -5 1 -11 11 -6 9 -14 15 -20 12 -5
|
||||||
|
-4 -9 -1 -9 4 0 6 -5 11 -10 11 -6 0 -28 11 -50 25 -22 14 -40 23 -40 19 0 -3
|
||||||
|
-7 2 -16 10 -8 9 -20 14 -25 11 -5 -4 -9 -1 -9 5 0 6 -4 9 -9 6 -5 -3 -14 1
|
||||||
|
-21 10 -7 8 -19 13 -27 10 -7 -3 -13 -1 -13 5 0 6 -4 7 -10 4 -5 -3 -10 -1
|
||||||
|
-10 6 0 7 -3 9 -6 6 -4 -3 -16 -1 -28 5 -11 7 -23 13 -26 14 -3 0 -13 4 -22 8
|
||||||
|
-9 4 -22 9 -30 10 -7 1 -22 7 -33 13 -17 9 -86 34 -107 39 -5 1 -9 2 -10 4 -2
|
||||||
|
1 -11 3 -20 5 -9 2 -32 8 -50 13 -18 6 -46 13 -63 16 -16 3 -43 8 -60 12 -16
|
||||||
|
3 -41 7 -55 8 -14 1 -29 4 -35 7 -12 6 -457 2 -530 -5 -48 -5 -68 -8 -160 -21
|
||||||
|
-22 -4 -51 -8 -65 -10 -14 -2 -25 -4 -25 -5 0 -1 -7 -3 -15 -5 -8 -2 -25 -6
|
||||||
|
-37 -9 -13 -3 -33 -8 -44 -11 -30 -6 -92 -26 -104 -34 -5 -3 -18 -7 -28 -8
|
||||||
|
-10 -2 -32 -11 -50 -20 -18 -9 -35 -16 -39 -15 -5 1 -8 -2 -8 -7 0 -5 -6 -8
|
||||||
|
-12 -8 -18 1 -108 -42 -144 -69 -17 -13 -33 -22 -36 -19 -3 3 -11 -1 -18 -10
|
||||||
|
-7 -8 -19 -15 -27 -15 -7 0 -16 -7 -19 -15 -4 -8 -10 -13 -14 -10 -4 2 -18 -5
|
||||||
|
-31 -16 -13 -12 -43 -32 -66 -46 -24 -14 -43 -29 -43 -34 0 -5 -5 -9 -11 -9
|
||||||
|
-18 0 -170 -132 -263 -228 -148 -154 -217 -244 -359 -474 -54 -87 -103 -163
|
||||||
|
-110 -170 -7 -7 -18 -25 -26 -40 -8 -15 -22 -37 -33 -47 -10 -11 -18 -23 -18
|
||||||
|
-25 0 -3 -19 -34 -43 -69 -62 -90 -61 -87 -40 -84 26 5 117 48 124 59 3 5 8 9
|
||||||
|
10 8 10 -4 59 21 59 30 0 6 4 9 9 5 5 -3 17 2 25 11 9 8 16 13 16 9 0 -6 8 -2
|
||||||
|
65 35 31 19 60 36 160 90 33 18 63 37 67 44 4 6 8 8 8 4 0 -4 57 21 128 56
|
||||||
|
232 116 426 176 692 218 120 18 187 22 390 23 222 0 255 -2 349 -24 129 -29
|
||||||
|
252 -74 450 -163 92 -41 222 -88 231 -83 4 3 10 1 12 -3 4 -10 148 -64 148
|
||||||
|
-56 0 4 6 2 13 -4 7 -6 24 -13 37 -15 14 -3 37 -10 53 -16 15 -6 27 -8 27 -5
|
||||||
|
0 4 7 1 15 -6 8 -7 21 -10 29 -7 8 3 16 1 18 -4 2 -5 15 -11 29 -13 13 -1 30
|
||||||
|
-6 37 -10 7 -4 17 -4 22 -1 6 4 17 1 25 -5 8 -6 19 -9 24 -6 5 4 12 2 16 -3 3
|
||||||
|
-5 13 -10 23 -10 9 -1 33 -3 52 -7 19 -3 51 -7 70 -10 19 -2 67 -8 105 -13 83
|
||||||
|
-11 410 -4 410 8 0 1 16 4 35 6 19 3 45 7 58 10 37 9 65 15 100 21 17 3 32 10
|
||||||
|
32 15 0 5 7 6 15 3 8 -4 15 -1 15 6 0 6 4 9 9 6 12 -8 71 14 71 26 0 5 4 7 10
|
||||||
|
3 5 -3 17 -1 27 4 10 5 61 30 113 56 136 66 148 73 217 126 l62 48 -10 -32
|
||||||
|
c-6 -18 -16 -50 -24 -72 -7 -22 -45 -141 -85 -265 -39 -124 -78 -241 -85 -260
|
||||||
|
-13 -35 -38 -119 -39 -132 -1 -3 -4 -10 -8 -14 -5 -4 -8 -14 -8 -23 0 -24 -39
|
||||||
|
-98 -53 -99 -14 -1 -51 -10 -54 -12 -2 -2 -6 -3 -10 -4 -5 -1 -12 -4 -18 -7
|
||||||
|
-5 -4 -18 -5 -27 -4 -10 2 -18 0 -18 -4 0 -3 -17 -7 -37 -8 -21 0 -55 -3 -75
|
||||||
|
-5 -21 -2 -38 -1 -38 3 0 4 -18 6 -40 5 -22 -1 -40 2 -40 7 0 5 -7 7 -15 4 -8
|
||||||
|
-4 -17 -2 -20 4 -4 5 -12 9 -18 8 -7 -1 -21 1 -32 5 -28 11 -39 14 -46 12 -4
|
||||||
|
0 -16 8 -28 18 -12 11 -21 16 -21 12 0 -3 -18 5 -39 18 -21 14 -42 22 -45 19
|
||||||
|
-3 -4 -6 -1 -6 6 0 7 -5 9 -10 6 -6 -3 -13 1 -16 9 -3 9 -12 16 -19 16 -6 0
|
||||||
|
-31 14 -53 30 -23 17 -46 30 -52 30 -5 0 -10 4 -10 10 0 5 -3 9 -7 8 -12 -3
|
||||||
|
-83 43 -83 53 0 5 -6 9 -14 9 -8 0 -17 7 -20 16 -4 9 -9 14 -12 11 -4 -3 -12
|
||||||
|
-1 -20 6 -28 25 -40 33 -56 40 -10 3 -18 11 -18 17 0 6 -4 9 -9 5 -6 -3 -15 4
|
||||||
|
-21 15 -6 11 -14 18 -19 16 -4 -3 -18 5 -32 18 -13 12 -32 25 -41 29 -10 3
|
||||||
|
-18 11 -18 17 0 6 -4 8 -10 5 -5 -3 -10 -1 -10 4 0 6 -6 11 -13 11 -7 0 -22 8
|
||||||
|
-33 18 -10 10 -27 21 -36 25 -10 3 -18 11 -18 17 0 6 -4 9 -9 5 -5 -3 -12 -1
|
||||||
|
-16 5 -10 16 -240 125 -257 122 -4 -1 -20 3 -35 9 -62 24 -296 41 -363 26 -14
|
||||||
|
-4 -47 -9 -75 -12 -64 -8 -90 -13 -90 -15 0 -2 -9 -4 -20 -6 -11 -1 -31 -6
|
||||||
|
-45 -9 -14 -4 -32 -8 -40 -10 -8 -1 -22 -5 -31 -9 -9 -4 -27 -8 -40 -10 -13
|
||||||
|
-2 -37 -8 -52 -15 -16 -6 -33 -9 -38 -5 -5 3 -9 0 -9 -6 0 -7 -7 -10 -15 -7
|
||||||
|
-8 4 -17 2 -20 -2 -2 -5 -26 -14 -52 -21 -27 -8 -50 -14 -53 -15 -3 -1 -21 -8
|
||||||
|
-40 -16 -19 -7 -38 -12 -42 -11 -5 1 -8 -2 -8 -8 0 -5 -4 -10 -9 -10 -5 0 -22
|
||||||
|
-5 -38 -12 -15 -6 -30 -12 -33 -12 -3 -1 -18 -11 -35 -22 -16 -12 -40 -25 -52
|
||||||
|
-28 -13 -4 -23 -12 -23 -17 0 -5 -5 -9 -10 -9 -10 0 -113 -64 -136 -85 -35
|
||||||
|
-30 -54 -44 -54 -39 0 4 -17 -10 -37 -30 -21 -20 -40 -36 -44 -36 -3 0 -15 -8
|
||||||
|
-27 -17 -11 -10 -39 -34 -63 -53 -108 -88 -179 -153 -179 -163 0 -4 -12 -20
|
||||||
|
-27 -36 -135 -140 -313 -388 -443 -621 -30 -52 -82 -138 -116 -191 -82 -127
|
||||||
|
-85 -133 -91 -186 -4 -40 -2 -45 12 -39 9 3 20 6 24 6 4 0 16 8 27 18 10 10
|
||||||
|
26 23 35 28 9 5 38 28 65 51 231 196 344 283 471 362 114 70 253 144 253 134
|
||||||
|
0 -4 4 -3 8 3 7 11 114 61 142 66 8 2 17 5 20 9 5 5 92 39 113 43 6 2 23 8 37
|
||||||
|
13 29 12 89 27 110 27 8 0 18 4 21 8 3 5 19 11 35 13 16 3 53 9 83 15 30 5 58
|
||||||
|
7 62 4 4 -2 10 0 13 5 3 4 39 9 81 9 41 0 78 3 83 6 4 2 59 0 122 -5 63 -5
|
||||||
|
125 -9 137 -9 12 0 24 -4 27 -9 3 -4 17 -7 31 -6 14 2 25 0 25 -3 0 -4 46 -8
|
||||||
|
102 -8 121 -2 149 -4 166 -17 6 -5 12 -6 12 -3 0 4 9 2 20 -4 11 -6 57 -13
|
||||||
|
102 -15 44 -3 86 -9 93 -15 6 -5 14 -8 17 -5 8 8 386 -114 638 -205 466 -169
|
||||||
|
548 -192 639 -178 87 14 113 31 155 103 20 35 37 67 36 71 -1 4 3 10 9 13 15
|
||||||
|
9 151 289 191 391 69 178 79 208 108 310 32 110 68 254 77 305 53 305 60 381
|
||||||
|
60 685 0 217 -4 305 -20 430 -35 280 -110 570 -224 865 -14 35 -135 280 -141
|
||||||
|
285 -5 4 -58 90 -70 115 -3 6 -27 43 -54 83 l-50 73 -14 -27 c-8 -15 -12 -45
|
||||||
|
-10 -70 2 -24 1 -45 -2 -46 -5 -3 -38 -118 -43 -148 -1 -8 -4 -17 -7 -20 -3
|
||||||
|
-3 -27 -38 -54 -78 -50 -74 -137 -162 -162 -162 -8 0 -14 -3 -14 -8 0 -14 -72
|
||||||
|
-30 -141 -30 -38 0 -69 3 -69 6 0 4 -14 8 -32 8 -18 1 -34 6 -36 13 -2 6 -8 8
|
||||||
|
-14 5 -13 -9 -193 84 -230 118 -16 15 -31 26 -34 25 -3 -1 -26 17 -52 39 -26
|
||||||
|
23 -70 62 -98 86 -139 122 -490 394 -524 406 -8 3 -17 9 -20 13 -7 10 -145 90
|
||||||
|
-205 118 -27 14 -62 31 -78 38 -15 8 -32 11 -37 8 -6 -3 -10 -2 -10 4 0 7 -43
|
||||||
|
27 -80 36 -3 1 -18 7 -33 13 -16 7 -33 10 -38 6 -5 -3 -9 -1 -9 3 0 8 -103 39
|
||||||
|
-160 50 -8 1 -31 6 -50 9 -19 4 -54 7 -77 8 -22 0 -39 4 -36 8 2 5 -6 8 -19 7
|
||||||
|
-13 0 -64 2 -114 5 -50 3 -94 3 -96 0z"/>
|
||||||
|
<path d="M40 3873 c-27 -213 -24 -697 6 -883 8 -51 35 -203 38 -215 1 -5 9
|
||||||
|
-37 16 -70 8 -33 15 -63 16 -67 1 -5 2 -15 3 -23 1 -18 52 -66 63 -59 4 3 8 0
|
||||||
|
8 -5 0 -6 4 -11 9 -11 4 0 40 -18 79 -39 39 -21 73 -37 75 -34 3 2 20 -4 38
|
||||||
|
-15 28 -15 88 -37 132 -48 4 -1 8 -2 10 -4 1 -1 9 -3 17 -5 8 -2 26 -7 40 -10
|
||||||
|
14 -4 33 -7 43 -7 9 1 17 -3 17 -8 0 -5 11 -7 25 -4 14 2 25 0 25 -4 0 -5 16
|
||||||
|
-8 35 -7 19 2 35 0 35 -4 0 -7 37 -9 228 -13 79 -2 145 -1 147 2 2 4 29 6 59
|
||||||
|
6 31 -1 56 1 56 5 0 3 10 6 23 7 47 3 72 8 84 15 6 4 18 4 27 1 9 -4 16 -1 16
|
||||||
|
6 0 7 7 10 15 6 8 -3 15 -1 15 5 0 6 4 8 9 4 5 -3 12 -1 15 4 3 4 18 11 33 14
|
||||||
|
29 6 235 118 257 140 7 6 30 26 51 42 66 52 275 265 275 279 0 3 14 20 30 38
|
||||||
|
51 55 150 264 150 315 0 18 -46 17 -173 -3 -56 -9 -111 -17 -122 -18 -11 0
|
||||||
|
-22 -4 -25 -7 -3 -3 -63 -18 -135 -34 -110 -25 -154 -30 -285 -31 -136 -2
|
||||||
|
-188 2 -290 20 -116 21 -290 85 -441 163 -117 60 -355 217 -466 307 -134 108
|
||||||
|
-253 262 -253 329 0 9 -4 17 -9 17 -4 0 -14 -44 -21 -97z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 10 KiB |
19
public/favicons/site.webmanifest
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Dunemask",
|
||||||
|
"short_name": "Dunemask",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/favicons/android-chrome-192x192.png?v=0.0.1-sep-9-2022",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/favicons/android-chrome-512x512.png?v=0.0.1-sep-9-2022",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#5d5d5d",
|
||||||
|
"background_color": "#5d5d5d",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
4
src/App.jsx
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
import { createRoot } from "react-dom/client";
|
||||||
|
import Nile from "./Nile.jsx";
|
||||||
|
|
||||||
|
const root = createRoot(document.getElementById("root")).render(<Nile />);
|
3
src/Nile.jsx
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
export default function Nile() {
|
||||||
|
return <h1>Dunemask's Website</h1>;
|
||||||
|
}
|
24
vite.config.js
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
import { defineConfig } from "vite";
|
||||||
|
import react from "@vitejs/plugin-react";
|
||||||
|
import path from "node:path";
|
||||||
|
export default () => {
|
||||||
|
return defineConfig({
|
||||||
|
host: "0.0.0.0",
|
||||||
|
port: process.env.VITE_DEV_PORT ?? 5173,
|
||||||
|
plugins: [react()],
|
||||||
|
server: {
|
||||||
|
host: "0.0.0.0",
|
||||||
|
hmr: {
|
||||||
|
protocol: process.env.VITE_DEV_PROTOCOL ?? "ws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
build: {
|
||||||
|
outDir: "./dist",
|
||||||
|
},
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
"@": path.resolve("./src"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
};
|