clippable/service/templates/header.html.tera

13 lines
468 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Clippable</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/static/main.css"/>
<link rel="icon" href="/static/favicon.png" type="image/png"
<noscript><link rel="stylesheet" href="/static/noscript.css"/></noscript>
<style>
:root{--site-background : url("/static/bg.png")};
</style>
</head>