2021-07-18

This commit is contained in:
GitHub Action 2021-07-18 22:12:12 +00:00
parent 3e5ce98356
commit 580695e73f

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>RSSPaper</title> <title>RSSPAPER</title>
<!-- PWA --> <!-- PWA -->
<link rel="manifest" href="static/manifest.json" /> <link rel="manifest" href="static/manifest.json" />
<!-- ios support --> <!-- ios support -->
@ -21,7 +21,7 @@
<meta name="theme-color" content="#3c790a"> <meta name="theme-color" content="#3c790a">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
<meta name="author" content="Tu nombre"> <meta name="author" content="Tu nombre">
<meta name="generator" content="RSSpaper"> <meta name="generator" content="RSSPAPER">
<meta name="keywords" content="html, css, javascript"> <meta name="keywords" content="html, css, javascript">
<meta name="description" content="My news"> <meta name="description" content="My news">
<meta property="og:image" content="img/screenshot.png"> <meta property="og:image" content="img/screenshot.png">
@ -272,7 +272,7 @@
<body> <body>
<div class="container"> <div class="container">
<header class="header"> <header class="header">
<h1 class="title">RSSPaper</h1> <h1 class="title">RSSPAPER</h1>
<h2 class="subtitle"><span class="subtitle__separator">~</span> <span class="subtitle__text">My static generate newspaper</span> <span class="subtitle__separator">~</span></h2> <h2 class="subtitle"><span class="subtitle__separator">~</span> <span class="subtitle__text">My static generate newspaper</span> <span class="subtitle__separator">~</span></h2>
<hr class="separator"> <hr class="separator">
</header> </header>