Added another testing site without Tailwind CSS
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2025-02-18 22:01:06 +01:00
parent f7a6883724
commit c0b88bd08d
3 changed files with 218 additions and 0 deletions

29
new_site/src/test.html Normal file
View File

@@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<link href="./normalize.css" rel="stylesheet">
<link href="./test.css" rel="stylesheet">
<title>Privacynerd's new home :)</title>
</head>
<body>
<div class="headline">
<h1>Hello you!</h1>
<p>This is a test paragraph!</p>
</div>
<a href="https://git.privacynerd.de" target="_blank"
class="badge" draggable="false">
<div>
<img src="img/logos/gitea.svg" />
<p>Privacynerd's Gitea</p>
</div>
</a>
</body>
</html>