Add templates/gem.html
This commit is contained in:
parent
457fade256
commit
5d855fd1c5
1 changed files with 11 additions and 0 deletions
11
templates/gem.html
Normal file
11
templates/gem.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="https://swee.codes/style.css">
|
||||
<title>{{title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{code}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue