Release 1.0.0
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ filename }}</title>
|
||||
<style>
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
background: #f4f4f4;
|
||||
padding: 1em;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ filename }}</h1>
|
||||
|
||||
<pre>{{ content }}</pre>
|
||||
|
||||
<p><a href="/">← Back</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user