Trim a few bytes
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<link rel="icon" href="data:image/png;base64,<!--# include file="icon-cow.png.base64" -->">
|
||||
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
||||
<meta charset=UTF-8>
|
||||
<meta name=theme-color content=#000000>
|
||||
<link rel=icon href=data:image/png;base64,<!--# include file="icon-cow.png.base64" -->>
|
||||
<style>
|
||||
<!--# include file="style.css" -->
|
||||
</style>
|
||||
<title><!--# echo var="title" default="where the flamingcow roams" --></title>
|
||||
</head>
|
||||
|
||||
<body class="<!--# echo var="class" -->">
|
||||
<body class=<!--# echo var="class" -->>
|
||||
|
||||
<header>
|
||||
<h1><a href=".">where the flamingcow roams</a></h1>
|
||||
<h1><a href=.>where the flamingcow roams</a></h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user