mirror of
https://github.com/AlexKrunch/AnonIB-3D.git
synced 2024-11-10 15:48:13 -05:00
30 lines
976 B
HTML
30 lines
976 B
HTML
|
|
||
|
|
||
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||
|
<title>AnonIB-3D Server</title>
|
||
|
|
||
|
<!-- Required meta tags -->
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<!--meta property="og:image" content="img/breadchan_preview.png">
|
||
|
<meta property="og:description" content="The bittorrent imageboard. Powered by Webtorrent.io"-->
|
||
|
|
||
|
<!-- Bootstrap CSS -->
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||
|
<link rel="stylesheet" href="css/style.css" >
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<!--img src="peerchan_tilte.png"-->
|
||
|
<div class="container">
|
||
|
|
||
|
<div class="py-5 text-center">
|
||
|
<h1 class="title">Welcome on AnonIB-3D server-side!</h1>
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|