1
0

Update template.lua

more to come
This commit is contained in:
Arian 2014-10-28 22:12:57 +01:00
parent c105e6fa03
commit b98d0c51de

View File

@ -82,13 +82,12 @@ function ShowPage(WebAdmin, TemplateRequest)
Output([[ Output([[
/* Copyright Justin S and MCServer Team, licensed under CC-BY-SA 3.0 */ /* Copyright Justin S and MCServer Team, licensed under CC-BY-SA 3.0 */
<!DOCTYPE html> <html>
<head> <head>
<title>]] .. Title .. [[</title> <title>]] .. Title .. [[</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="UTF-8">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.ico">
</head> </head>
<body> <body>
<div class="contention"> <div class="contention">