-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 944 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 944 Bytes
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
<html>
<head>
<title>Racoons group web development team</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta content="web development, sites, racoons, raccoons, raccons soft, racoons soft, ruby, ruby on rails, разработка сайтов, сайты под ключ" name="keywords">
<meta content="Racoons group web development team" name="description">
<link href="assets/css/common.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main">
<div class="logo">
<div class="logo-img">
<img src="assets/images/raccoon-web.jpg" width='400'>
</div>
</div>
<div class="text-block">
<hr>
<h1>RACOONS GROUP</h1>
<h2>COMING SOON</h2>
<hr>
</div>
</div>
<div class="contacts">
<a href="mailto:racoons.group@gmail.com">Contact us</a>
</div>
</body>
</html>