Add templates/gem.html

This commit is contained in:
Nova Cat 2025-01-12 21:54:18 -08:00
parent 457fade256
commit 5d855fd1c5

11
templates/gem.html Normal file
View 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>