ConLite/conlite/templates/standard/template.blank.html

16 Zeilen
422 B
HTML

<html>
<head>
<title></title>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
<script type="text/javascript" src="scripts/general.js"></script>
</head>
<body style="margin: 10px">
<span class="text_medium">{CONTENTS}</span>
</body>
</html>