This commit is contained in:
2019-01-18 08:37:31 -08:00
parent 0002f87e0e
commit 1287e5a003
3 changed files with 95 additions and 9 deletions

View File

@@ -3,9 +3,13 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{0} - TextProxy</title>
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding|Nanum+Gothic:800" rel="stylesheet">
<link href="site.css" rel="stylesheet">
</head>
<body>
<h1>{0}</h1>
<pre>{1}</pre>
<div class="main">
<pre>{1}</pre>
</div>
</body>
</html>