Delete 'zenstesting/dyslexic-index.html'

This commit is contained in:
zensprojects 2023-02-27 18:17:26 +00:00
parent bab78174aa
commit 1a512ed950
1 changed files with 0 additions and 64 deletions

View File

@ -1,64 +0,0 @@
<!--<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 class="bgimg w3-display-container">
<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>-->
<!DOCTYPE html>
<html>
<head>
<title>zen's tests</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/sheep/3.css" />
<script src="/sheep/3.js" charset="utf-8"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/A-300.png">
<link rel="stylesheet" href="/w3css/w3.css">
<link href="https://fonts.cdnfonts.com/css/open-dyslexic" rel="stylesheet">
<style>
body,h1 {font-family: "Open-Dyslexic", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('/background.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
</head>
<body>
<div class="bgimg w3-display-container w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<a href="/dyslexic-index.html">Mr. Andrews</a>
</div>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">zen's tests</h1>
<hr class="w3-border-grey w3-animate-right" style="margin:auto;width:40%">
<p class="w3-large w3-center w3-animate-bottom"><a href="/netlifyforms/form1.html">netlify forms</a><br><a href="/sheep/demo.html">SheepTester-ing</a><br><a href="/zenstesting/fonts.html">fonts</a></p>
</div>
<div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>
</div>
</div>
</body>
</html>