style changes, better parsing
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
<html>
|
||||
<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">
|
||||
<title>{title} - TextProxy</title>
|
||||
<link href="/site.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{0}</h1>
|
||||
<h1>{title}</h1>
|
||||
<div class="main">
|
||||
<pre>{1}</pre>
|
||||
<div class="text">{extra}{body}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user