-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathajuda.html
23 lines (21 loc) · 932 Bytes
/
ajuda.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<head>
<title>Ajuda</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,700&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<meta charset="utf-8"/>
<meta name="description" content="programming, coding, web, JS">
<meta name="keywords" content="JS, HTML5, CSS3">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
</head>
<body>
<header>
<div>
<h1>Ajuda</h1>
</div>
</header>
<h1>Hello World</h1>
</body>
</html>