Hyperlink-Redirect/templates/header.mustache

11 lines
209 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2023-11-01 00:52:19 -04:00
<title>{{title}}</title>
2023-11-03 01:04:45 -04:00
{{#redirect-url}}
2023-11-03 00:14:08 -04:00
<meta http-equiv="Refresh" content="0; url='{{redirect-url}}'">
2023-11-03 01:04:45 -04:00
{{/redirect-url}}
</head>
<body>
2023-11-01 00:52:19 -04:00
<h1>{{title}}</h1>