-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
20 lines (20 loc) · 916 Bytes
/
thanks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kaari Solutions</title>
<meta name="description" content="Kaari Solutions company site.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="lib/bootstrap.css" rel="stylesheet">
<link href="lib/bootstrap-responsive.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<link rel="shortcut icon" href="img/kaari-icon.png">
<!--link rel="apple-touch-icon" href="twitter-bootstrap-v2/docs/examples/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="twitter-bootstrap-v2/docs/examples/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="twitter-bootstrap-v2/docs/examples/images/apple-touch-icon-114x114.png"-->
</head>
<body>
<div class="alert alert-info">
Kiitos viestistä!
</div>
</body>