Sammlung
This commit is contained in:
15
Sammlung/web_p4/content/error_page.txt
Normal file
15
Sammlung/web_p4/content/error_page.txt
Normal file
@ -0,0 +1,15 @@
|
||||
## -*- coding: utf-8 -*-
|
||||
<%!
|
||||
import os
|
||||
import json
|
||||
import cherrypy
|
||||
%>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<h1>${MSG}</h1>
|
||||
<a href="./index">Zur Hauptseite zurückkehren!</a>
|
||||
</html>
|
Reference in New Issue
Block a user