add a few things

This commit is contained in:
jumping283 2023-01-26 12:10:22 -08:00 committed by GitHub
parent aa5b5ef349
commit d91f834c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
zenstesting/index.html Normal file
View File

@ -0,0 +1,24 @@
<html>
<head>
<link rel="stylesheet" href="w3css/w3.css">
<link rel="icon" href="A-300.png">
<title>Zen's Tests</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
</head>
<style>
body,h1,p {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('/background.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<body>
<h1 class="w3-display-middle">zen's tests</h1><br>
<p class="w3-display-middle"><a href="/netlifyforms/form1.html">netlify forms</a><br><a href="/sheep/demo.html">SheepTester-ing</a></p>
<!--text here-->
</body>
</html>