mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
54 lines
1.5 KiB
HTML
54 lines
1.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>Statbate</title>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="description" content="How much do webcam models make? Now you know the answer!"/>
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||
|
|
<meta name="format-detection" content="telephone=no">
|
||
|
|
<link rel="shortcut icon" href="favicon.ico">
|
||
|
|
|
||
|
|
<!-- CSS -->
|
||
|
|
<link rel="stylesheet" href="./css/normalize.css">
|
||
|
|
<link rel="stylesheet" href="./css/font-awesome.min.css">
|
||
|
|
<link rel="stylesheet" href="./css/bootstrap.min.css">
|
||
|
|
<link rel="stylesheet" href="./css/statbate.css">
|
||
|
|
|
||
|
|
<!-- JS -->
|
||
|
|
<script src="./js/bootstrap.min.js"></script>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<div class="statbate">
|
||
|
|
|
||
|
|
<div class="header"></div>
|
||
|
|
|
||
|
|
<div class="content"></div>
|
||
|
|
|
||
|
|
<!-- footer start -->
|
||
|
|
<div class="footer">
|
||
|
|
<div class="footer_banner">
|
||
|
|
<a href="/s/" rel="nofollow"><img class="banner" src="./img/strip5.png"></a>
|
||
|
|
</div>
|
||
|
|
<div class="footer_bottom">
|
||
|
|
<div class="footer_social">
|
||
|
|
<a href="https://twitter.com/statbate" target="_blank" rel="nofollow">
|
||
|
|
<i class="fa fa-twitter" aria-hidden="true"></i>
|
||
|
|
</a>
|
||
|
|
<a href="https://github.com/statbate" target="_blank" rel="nofollow">
|
||
|
|
<i class="fa fa-github" aria-hidden="true"></i>
|
||
|
|
</a>
|
||
|
|
<a href="https://t.me/statbate" target="_blank" rel="nofollow">
|
||
|
|
<i class="fa fa-telegram" aria-hidden="true"></i>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- footer end -->
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|