Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1086913
deploy: f6a597ec4b6e6031aff61c11e7a117811e9e730a
MustafaBaban Apr 6, 2023
4d7cadd
deploy: ac8cf0f883903a033b37080ed816b507710126fc
MustafaBaban Apr 6, 2023
b4484bc
deploy: 691dd317ecbf4cb9bfccf192b3ffc5fb752bf23e
MustafaBaban Apr 6, 2023
81796b8
deploy: f670bf4b89c8343424f56f1a2f53e7ce02bb023e
MustafaBaban Apr 7, 2023
9550423
deploy: e1c4c9cc17b6f3320ff5a1ee5653e4a2862e6c15
MustafaBaban Apr 7, 2023
4cc2953
deploy: ad818efbb0a3d180056a54aabd35cd9b0abdc703
MustafaBaban Apr 10, 2023
8285c33
deploy: 07e1cac6e1ed96d87999400a8fd6cbdf0ebca584
MustafaBaban Apr 11, 2023
cb8f45c
deploy: 99b36882c52602cc47a5e836206e6cd3f5fac7fc
MustafaBaban Apr 11, 2023
b3f1e57
deploy: b8d1a468f0d8276dc13dd3665c32ce89fb8a9fff
MustafaBaban Apr 11, 2023
59761b7
deploy: a084ca6889024f2aee3655d698d6262189a424a5
MustafaBaban Sep 5, 2023
8e3c901
deploy: caf28153b369d87c8d4f51de1ed32e3621ec5153
MustafaBaban Sep 12, 2023
5ddca06
deploy: baf77774ca56cb6bbd718928e1796d607850d267
MustafaBaban Sep 15, 2023
6d43659
deploy: cd3736e8661e1e55db5f599f7cc0b8a1f9cd42c6
MustafaBaban Sep 29, 2023
11ddde1
deploy: 60c0c20fa65159f6af0069de59a20eff3e7a2169
MustafaBaban Mar 4, 2024
3e97d2f
deploy: 1717c195c0c6c1cbcb7f024afe21adaf9338957e
MustafaBaban Mar 29, 2024
6d3d9ca
deploy: 1d78c0ffd8e7c081220c8ec7158a04686240cc45
MustafaBaban Mar 29, 2024
577200a
deploy: 15cab7f2b4432260998cdef239db5fec35d1d199
MustafaBaban Mar 29, 2024
e9d37df
deploy: d2cc2e7a01ad654e47da23abe92480c015f7f2dc
MustafaBaban Mar 29, 2024
6cee0a5
deploy: 52ed4f38cc661de8805887a37c12cac97f565f7f
MustafaBaban May 8, 2024
ab921ce
deploy: 9bd71fc17742fb493a61cce052ffb9b0fa33252f
MustafaBaban May 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .eslintrc.cjs

This file was deleted.

29 changes: 0 additions & 29 deletions .gitignore

This file was deleted.

Empty file added .nojekyll
Empty file.
1 change: 0 additions & 1 deletion .prettierrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes.
35 changes: 0 additions & 35 deletions README.md

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
103 changes: 103 additions & 0 deletions assets/index-8118b2fa.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-c9f2f8c4.css

Large diffs are not rendered by default.

File renamed without changes
Binary file added assets/kartei-2a380981.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added favicon.ico
Binary file not shown.
69 changes: 41 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mstfa</title>
<style>
.noise {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.07;
}

<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<style>
.noise {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.07;
}

@font-face {
/* @font-face {
font-family: "Typewriter";
src: url("/src/assets/fonts/Typewriter.otf") format("truetype");
}
</style>
</head>

<body>
<canvas id="noise" class="noise"></canvas>
} */
</style>
<script type="module" crossorigin src="/assets/index-8118b2fa.js"></script>
<link rel="stylesheet" href="/assets/index-c9f2f8c4.css">
</head>

<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<body>
<canvas id="noise" class="noise"></canvas>

</body>
<div id="app"></div>

<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-LV28C4QF2Z"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

</html>
gtag("config", "G-LV28C4QF2Z");
</script>
</body>
</html>
Loading