added meta charset
This commit is contained in:
parent
a16cd5a701
commit
22038c9264
1 changed files with 3 additions and 1 deletions
|
|
@ -3,9 +3,11 @@
|
|||
<title>DHilton blog</title>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="A simple blog" </head>
|
||||
<meta name="description" content="A simple blog">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="glass artical">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue