chore(frontend): app v1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
David Fencl
2025-11-26 20:09:57 +01:00
parent f52bfe3efe
commit ba9885f1cb
21 changed files with 4070 additions and 19 deletions

View File

@@ -1,23 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DAVISFE</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>test</title>
</head>
<body>
<b>Davidův</b>
<b>úžasný</b>
<p>server</p>
<p>test</p>
<p>test2</p>
<p>test2</p>
<p>test2</p>
<p>test3</p>
<p>test4</p>
<p>test5</p>
<p>test táta narozky</p>
<img src="gif/hulkhogan-hulk.gif" alt="Hulk Hogan gif">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>