proxy github gists and render them on posts

This commit is contained in:
realaravinth
2021-11-04 19:36:37 +05:30
parent 8e9b070d46
commit 072e30cba3
7 changed files with 167 additions and 1 deletions

14
templates/gist_error.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gist</title>
</head>
<body>
Error
</body>
<style>
<. include!("./main.css"); .>
</style>
</html>