2021-07-18
This commit is contained in:
parent
3e5ce98356
commit
580695e73f
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>RSSPaper</title>
|
||||
<title>RSSPAPER</title>
|
||||
<!-- PWA -->
|
||||
<link rel="manifest" href="static/manifest.json" />
|
||||
<!-- ios support -->
|
||||
|
@ -21,7 +21,7 @@
|
|||
<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="author" content="Tu nombre">
|
||||
<meta name="generator" content="RSSpaper">
|
||||
<meta name="generator" content="RSSPAPER">
|
||||
<meta name="keywords" content="html, css, javascript">
|
||||
<meta name="description" content="My news">
|
||||
<meta property="og:image" content="img/screenshot.png">
|
||||
|
@ -272,7 +272,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<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>
|
||||
<hr class="separator">
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue