Add/Change some sample files.
This commit is contained in:
32
Files/FuBK-Testbild/index.html
Normal file
32
Files/FuBK-Testbild/index.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>HTTP Error 404 / Http Fehler 404</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
|
||||
<style type="text/css">
|
||||
.centerImage {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
/* width: 80%; */
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
<p style="text-align:center;">
|
||||
<img src="./testbild.png">
|
||||
</p>
|
||||
-->
|
||||
<img src="/testbild.png" class="centerImage">
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user