-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
47 lines (33 loc) · 1.06 KB
/
test.html
File metadata and controls
47 lines (33 loc) · 1.06 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
34
35
36
<!DOCTYPE html >
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<title>AzregionalDevelopment</title>
<meta charset="utf-8">
<meta name="description" content="" >
<meta name="keywords" content="" >
<meta name="author" content="" >
<meta name="reply-to" content="" >
<meta name="robots" content="index, follow" >
<meta name="rating" content="General" >
<meta name="copyright" content="" >
<style>
h1 {
color: #006505;
background: red;
font-size: 55px;
border: 2px solid #cecece;
}
</style>
</head>
<body>
<div class="container">
<h1>Привет мир </h1>
<p>мы пытаемся освоеть GitHub</p>
<a href="httip://google.com">Google</a>
<span> sayti</span>
</div>
</body>
</html>