30 lines
567 B
HTML
30 lines
567 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
|
|
<link rel="shortcut icon" href="img/favicon.ico">
|
|
|
|
<title>COMPANY_NAME</title>
|
|
|
|
<meta content="" name="description">
|
|
<meta content="" name="keywords">
|
|
|
|
<link href="styles/index.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<p>Copyright © 2018 COMPANY_NAME. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |