improved seo
This commit is contained in:
parent
0877b4e30a
commit
7cf92e2970
2 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,9 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<title><%= htmlWebpackPlugin.options.title %> - Der Datensparsame Verhaltenstest</title>
|
||||
<meta name="description" content="Die COVID-19 Verhaltensdiagnose, die keine Daten speichert." />
|
||||
<meta name="keywords" content="corona, coronavirus, covid19, covid-19, wirvsvirus, wir-vs-virus, covid19test, covidtest, coronatest, corona-test" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
width: 85%;
|
||||
}
|
||||
|
||||
p {
|
||||
p, h1 {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -44,7 +44,7 @@
|
|||
<div class="home">
|
||||
<img id="welcome-image" alt="Welcome" src="../assets/welcome.png">
|
||||
<div>
|
||||
<p id="title"><b>COVID</b>assist</p>
|
||||
<h1 id="title"><b>COVID</b>assist</h1>
|
||||
<p>Die COVID-19 Verhaltensdiagnose, die keine Daten speichert.</p>
|
||||
<div class="button-wrapper">
|
||||
<router-link style="text-decoration:none" to="/warning">
|
||||
|
|
Loading…
Reference in a new issue