Added another testing site without Tailwind CSS
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
29
new_site/src/test.html
Normal file
29
new_site/src/test.html
Normal 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>
|
Reference in New Issue
Block a user