1
0
Fork 0
forked from svrjs/svrjs

Added missing "testdir" directory to assets folder.

This commit is contained in:
Dorian Niemiec 2024-08-24 19:43:40 +02:00
parent 07c7199adb
commit 918c0d3646
10 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,6 @@
</div>
<div class="footer">
Copyright &copy; 2020-2024 SVR.JS
</div>
</body>
</html>

View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
padding: 0;
background-color: ivory;
font-family: Ubuntu,Arial,Helvetica,sans-serif;
}
.header {
background-color: orange;
text-align: center;
}
.navbar {
background-color: black;
padding: 10px
}
.navbar a {
color: white;
text-decoration: none;
margin: 5px
}
.navbar a:hover {
color: #aaa;
}
.footer {
padding: 20px;
background-color: lightsalmon;
text-align: center;
}
</style>
</head>
<body><div class="header"><h1 style="margin: 0; padding: 10px;">My Website</h1></div>
<div class="navbar"><a href="/">Home</a> <a href="/licenses">Licenses</a></div>
<div style="margin: 5px;">
<h1>Personalized directory listing</h1>
<p>This is a test of personalized directory listing.</p>

View file

@ -0,0 +1,6 @@
</div>
<div class="footer">
Copyright &copy; 2020-2024 SVR.JS
</div>
</body>
</html>

View file

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
padding: 0;
background-color: ivory;
font-family: Ubuntu,Arial,Helvetica,sans-serif;
}
.header {
background-color: orange;
text-align: center;
}
.navbar {
background-color: black;
padding: 10px
}
.navbar a {
color: white;
text-decoration: none;
margin: 5px
}
.navbar a:hover {
color: #aaa;
}
.footer {
padding: 20px;
background-color: lightsalmon;
text-align: center;
}
</style>
</head>
<body><div class="header"><h1 style="margin: 0; padding: 10px;">My Website</h1></div>
<div class="navbar"><a href="/">Home</a> <a href="/licenses">Licenses</a></div>
<div style="margin: 5px;">
<h1>Personalized directory listing</h1>
<p>This is a test of personalized directory listing.</p>

View file

View file

View file

0
assets/testdir/html.html Normal file
View file

0
assets/testdir/js.js Normal file
View file

0
assets/testdir/text.txt Normal file
View file