-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
23 lines (22 loc) · 771 Bytes
/
Copy pathtemplate.html
File metadata and controls
23 lines (22 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title id="tab-title">Loading Review...</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<div id="template-main">
<h1 id="template-title"></h1>
<div style="color: khaki; text-align: center; margin-bottom: 30px;">
<span>Review written by JUFEGAAM</span> |
<span id="template-date"></span>
</div>
</div>
<div id="template-body" style="color: white; max-width: 800px; margin: 0 auto; text-align: left;">
</div>
<script src="render.js"></script>
</body>
</html>