File size: 633 Bytes
35a65e2
93c5002
35a65e2
93c5002
 
 
 
 
 
 
 
 
 
 
 
35a65e2
 
93c5002
 
73f8595
 
93c5002
35a65e2
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
  <meta charset='UTF-8'>
  <title>Directory Index</title>
  <style>
    body { font-family: monospace; margin: 20px; }
    h1 { font-size: 1.5em; }
    ul { list-style-type: none; padding-left: 20px; }
    li { margin: 5px 0; }
    .dir { font-weight: bold; }
    .file { color: #0066cc; }
    a { text-decoration: none; }
    a:hover { text-decoration: underline; }
  </style>
</head>
<body>
  <h1>Index of /</h1>
  <ul>
    <li><a href='megablocks/index.html' class='dir'>megablocks/</a></li>
    <li><a href='megablocks_yamoe/index.html' class='dir'>megablocks_yamoe/</a></li>
  </ul>
</body>
</html>