Enforce consistent formatting in webapp source
This commit is contained in:
+9
-3
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
@@ -7,12 +7,18 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="daylily" />
|
||||
<meta name="generator" content="Vite & Svelte 5" />
|
||||
<meta name="description" content="Utility for writing images onto the “Inkclip” e-paper accessory." />
|
||||
<meta
|
||||
name="description"
|
||||
content="Utility for writing images onto the “Inkclip” e-paper accessory."
|
||||
/>
|
||||
|
||||
<meta property="og:title" content="Write to Inkclip" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://inkclip.dayli.ly/" />
|
||||
<meta property="og:description" content="Utility for writing images onto the “Inkclip” e-paper accessory." />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Utility for writing images onto the “Inkclip” e-paper accessory."
|
||||
/>
|
||||
<meta property="og:site_name" content="dayli.ly" />
|
||||
|
||||
<title>Write to Inkclip</title>
|
||||
|
||||
Reference in New Issue
Block a user