Set title and H1

This commit is contained in:
Tobias Eidelpes 2021-03-12 15:46:47 +01:00
parent 3ffa0ef3d6
commit 0e25f32608
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<h1>landing works!</h1> <h1>Bsp 1 Gruppe 4</h1>
<mat-slider min="1" max="5" step="0.5" [value]="myValue"></mat-slider> <mat-slider min="1" max="5" step="0.5" [value]="myValue"></mat-slider>

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>AppFe</title> <title>Bsp 1 Gruppe 4</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">