forked from svrjs/svrjs
Added missing "testdir" directory to assets folder.
This commit is contained in:
parent
07c7199adb
commit
918c0d3646
10 changed files with 90 additions and 0 deletions
6
assets/testdir/.personalized/FOOT.html
Normal file
6
assets/testdir/.personalized/FOOT.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
</div>
|
||||
<div class="footer">
|
||||
Copyright © 2020-2024 SVR.JS
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
assets/testdir/.personalized/HEAD.html
Normal file
39
assets/testdir/.personalized/HEAD.html
Normal 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>
|
6
assets/testdir/.personalized/folder/FOOT.html
Normal file
6
assets/testdir/.personalized/folder/FOOT.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
</div>
|
||||
<div class="footer">
|
||||
Copyright © 2020-2024 SVR.JS
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
assets/testdir/.personalized/folder/HEAD.html
Normal file
39
assets/testdir/.personalized/folder/HEAD.html
Normal 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>
|
0
assets/testdir/.personalized/html.html
Normal file
0
assets/testdir/.personalized/html.html
Normal file
0
assets/testdir/.personalized/js.js
Normal file
0
assets/testdir/.personalized/js.js
Normal file
0
assets/testdir/.personalized/text.txt
Normal file
0
assets/testdir/.personalized/text.txt
Normal file
0
assets/testdir/html.html
Normal file
0
assets/testdir/html.html
Normal file
0
assets/testdir/js.js
Normal file
0
assets/testdir/js.js
Normal file
0
assets/testdir/text.txt
Normal file
0
assets/testdir/text.txt
Normal file
Reference in a new issue