Initial commit

This commit is contained in:
2018-09-21 21:15:19 +02:00
commit 701f0b7fdd
14 changed files with 70 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM nginx
MAINTAINER Joakim Olsson <joakim@unbound.se>
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
ADD files/sprangning/* /usr/share/nginx/html/sprangning/
ADD default.conf /etc/nginx/conf.d/default.conf
ENV ALLOW_HUP true
ENV ROTATE_LOGS true
+17
View File
@@ -0,0 +1,17 @@
server {
listen 80;
server_name localhost;
access_log /log/access.log combined;
error_log /log/error.log error;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

+1
View File
@@ -0,0 +1 @@
google-site-verification: googled2a7a9aeee680deb.html
+1
View File
@@ -0,0 +1 @@
googleffffffffe33a2cf0
+31
View File
@@ -0,0 +1,31 @@
<html>
<head><title>Lingonpaj</title></head>
<body bgcolor="#cccccc">
<table width="60%" height="60%" align="center">
<tr valign="middle">
<td colspan="2" align="center">
<img src="logo.jpg" alt="Lingonpaj" border="0"/>
</td>
</tr>
<tr valign="middle">
<td align="center" width="33%">
<a href="http://picasaweb.google.com/101953650269257914934/NyaHuset?feat=directlink"><img
src="galleri.jpg" alt="Galleriet" border="0"/></a>
</td>
<td align="center" width="33%">
<a href="http://mail.unbound.se"><img src="mail.jpg" alt="Mail" border="0"/></a>
</td>
</tr>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10302082-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
Executable
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
View File
Binary file not shown.
Executable
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Executable
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

+9
View File
@@ -0,0 +1,9 @@
<html>
<head><title>Spr&auml;ngningarna</title></head>
<body>
<a href="salva1.avi">F&ouml;rsta salvan</a></br>
<a href="salva2.avi">Andra salvan</a></br>
<a href="salva3.avi">Tredje och sista salvan</a></br>
</body>
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.