mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
changed string
This commit is contained in:
parent
acb771ee50
commit
c3ba0a3f7d
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<title>HTML5 Tips and Tricks</title>
|
||||
<title>HTML5 Feature Tips</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Chilanka&display=swap" rel="stylesheet">
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="demo">
|
||||
<h1>HTML5 Tips and Tricks</h1>
|
||||
<h1>HTML5 Feature Tips</h1>
|
||||
<img src="html5.png" alt="HTML5" style="height: 100px;width: 100px;">
|
||||
<ul class="list">
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue