-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground-ex2.html
More file actions
33 lines (32 loc) · 1.7 KB
/
background-ex2.html
File metadata and controls
33 lines (32 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<title>Web page with gradient and picture header</title>
<meta charset="utf-8">
<!-- <meta details go here> -->
<meta name="google-adsense-account" content="ca-pub-9639638377144073">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-UA Compatible" content="ie=edge">
<meta name="author" content="Orris A BakerJr">
<meta name="description" content="HTML, Jquery, Javascript, Multimedia document">
<meta name="theme-color" content="#712cf9">
<meta name="keywords" content="HTML5, Node.js, Jquery">
<link rel="stylesheet" type="text/css" href="turquoise.css" />
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/img/HTMLBadge.ico">
<link rel="icon" type="image/x-icon" href="../Bootstrap/dist/assets/favicon.ico">
<link rel="alternate" type="application/pdf" href="MainPage.pdf">
<link rel="author" href="mailto:[email protected]">
<link rel="author" type="text/html" href="https://orrisb.github.io/index.html">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9639638377144073" crossorigin="anonymous"></script>
<!--conditional Javascript added-->
<link rel="stylesheet" type="text/css" href="gradient-pic.css" />
<!--Add conditional Javascript-->
<!--[if lte IE 8]><script src="html5.js"></script>
<![endif]-->
</head>
<body>
<header>
</header>
</body>
</html>