change css url to envs.net

This commit is contained in:
creme 2019-08-17 22:07:26 +02:00
parent 54fd007a83
commit daa0b3736e
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ var tpltext = `<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://tilde.team/css/dracula.css">
<link rel="stylesheet" href="https://envs.net/css/dracula.css">
<title>{{.Title}}</title>
</head>