mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
feat: Copy to Clipboard Button.
This commit is contained in:
+2
-2
@@ -175,9 +175,9 @@ render_chrome :: proc(page_title: string, body: string) -> string {
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>%s</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/main.css?v=2">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
|
||||
<script src="/js/main.js" defer></script>
|
||||
<script src="/js/main.js?v=2" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
%s%s<footer>
|
||||
|
||||
Reference in New Issue
Block a user