first commit

This commit is contained in:
s.golasch
2023-08-01 13:11:28 +02:00
commit 7dbc2efe1d
95 changed files with 7441 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!doctype>
<html>
<head>
<meta charste="utf-8">
<title>I will be replaced</title>
</head>
<body>
<h1>I will be replaced</h1>
<script>
var ua = window.navigator.userAgent;
document.getElementsByTagName('title')[0].innerHTML = ua;
document.getElementsByTagName('h1')[0].innerHTML = ua;
</script>
</body>
</html>