format html

This commit is contained in:
Simon Vieille 2019-03-13 13:01:27 +01:00
parent 3ee36ee7be
commit 967c3ef8d5
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@
<html dropzone> <html dropzone>
<head> <head>
<title>SVGOMG - SVGO's Missing GUI</title> <title>SVGOMG - SVGO's Missing GUI</title>
<meta name=theme-color content=#303F9F> <meta name="theme-color" content="#303F9F">
<meta name=viewport content="width=device-width,minimum-scale=1"> <meta name="viewport" content="width=device-width,minimum-scale=1">
<link rel=preload as=script href=js/page.js> <link rel="preload" as="script" href="js/page.js">
<link rel=preload as=style href=css/all.css> <link rel="preload" as="style" href="css/all.css">
<style> <style>
html,body{ html,body{
height:100%; height:100%;
@ -278,11 +278,11 @@
display:none display:none
} }
</style> </style>
<link rel=manifest href=manifest.json> <link rel="manifest" href="manifest.json">
<link rel=apple-touch-icon-precomposed href=imgs/icon.png> <link rel="apple-touch-icon-precomposed" href="imgs/icon.png">
<link rel=icon href=imgs/icon.png> <link rel="icon" href="imgs/icon.png">
<meta name=apple-mobile-web-app-capable content=yes> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name=application-name content=SVGOMG> <meta name="application-name" content="SVGOMG">
</head> </head>
<body> <body>
<div class=app-output> <div class=app-output>