feat: crawl SO and display proxied question
This commit is contained in:
20
templates/question.html
Normal file
20
templates/question.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ .title }}</title>
|
||||
<link rel="stylesheet" href="/static/question.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="parent">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h1>{{ .title }}</h1>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
{{ .body }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user