2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

Add public/*.html integration with Transifex

This commit is contained in:
Neil Lalonde 2014-04-11 16:45:15 -04:00
parent b7203c125e
commit db1fb36495
11 changed files with 65 additions and 38 deletions

View file

@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Tohle nemůžete udělat (403)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<title>Tohle nemůžete udělat (403)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
@ -16,13 +15,12 @@
h1 { font-size: 400%; color: #f00; line-height: 1em; }
</style>
</head>
<body>
<div class="dialog">
<h1>403</h1>
<p>Nemůžete zobrazit tento zdroj!</p>
<p>Toto bude nahrazeno vlastní Discourse stránkou pro chybu 403.</p>
<p>Toto bude nahrazeno zvláštní 403 stránkou Discourse.</p>
</div>
</body>
</html>