15 lines
216 B
Plaintext
15 lines
216 B
Plaintext
|
## -*- 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>
|