rc-1
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="theme-color" content="#a0a0a0" />
|
||||
<title>{{ .title }} - gifuu</title>
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="{{ .uri_site }}">
|
||||
<meta property="og:title" content="{{ .title }}">
|
||||
<meta property="og:description" content="{{ .tags }}">
|
||||
<meta property="og:site_name" content="gifuu">
|
||||
|
||||
<meta property="og:image" content="{{ .uri_image }}">
|
||||
<meta property="og:image:width" content="{{ .width }}">
|
||||
<meta property="og:image:height" content="{{ .height }}">
|
||||
|
||||
<meta property="og:video" content="{{ .uri_embed }}">
|
||||
<meta property="og:video:type" content="text/html">
|
||||
<meta property="og:video:width" content="{{ .width }}">
|
||||
<meta property="og:video:height" content="{{ .height }}">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="{{ .title }}">
|
||||
<meta name="twitter:description" content="{{ .tags }}">
|
||||
<meta name="twitter:image" content="{{ .uri_image }}">
|
||||
</head>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
package include
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed nsfw.onnx
|
||||
var MODEL_NSFW []byte
|
||||
|
||||
//go:embed ANIMATION_METADATA.html
|
||||
var TEMPLATE_ANIMATION_METADATA string
|
||||
Binary file not shown.
Reference in New Issue
Block a user