mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
522e214d82
commit
0b06a78828
14 changed files with 3158 additions and 0 deletions
53
index.html
Normal file
53
index.html
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue