-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (60 loc) · 2.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Home - Miners Studios</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Game development team that creates quality content" />
<meta name="keywords" content="WhoMine, Who Mine, ШоМайн, Шо Майн, Minecraft Server, Сервер Майнкрафт, MinersStudios, Miners Studios" />
<meta property="og:url" content="./" />
<meta property="og:title" content="Miners Studios" />
<meta property="og:site_name" content="Miners Studios" />
<meta property="og:description" content="Game development team that creates quality content" />
<meta property="og:image" content="./assets/img/minersstudios.png" />
<link rel="icon" href="./assets/img/minersstudios.ico" type="image/x-icon" />
<link rel="stylesheet" href="./assets/index.css" />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto%3A400%2C400italic%2C700%2C700italic%7CPoppins%3A400%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
</head>
<body class="page">
<div class="site">
<div class="site-inner">
<header class="site-header">
<div class="site-branding">
<img src="assets/img/minersstudios.png" class="custom-logo" alt="Miners Studios" />
<p class="site-title">Miners<br>Studios</p>
<p class="site-description">Open source software development team<br>Currently, creating plugins for WhoMine</p>
</div>
</header>
<div class="content-footer-wrap">
<main class="site-main">
<article>
<header class="entry-header">
<h1 class="entry-title">Home</h1>
</header>
<div class="entry-content">
<div class="archive-content">
<article class="post has-post-thumbnail hentry">
<a class="permalink" href="https://whomine.net">
<header class="entry-header">
<h2 class="entry-title">WhoMine - Server</h2>
</header>
<img src="https://raw.github.com/MinersStudios/WhoMine/release/assets/logo/logo_squared.png" alt="WhoMine" />
</a>
</article>
</div>
<blockquote>
<p><strong>WhoMine</strong> is a private rp server for friends where you can become anyone, everything is limited only by your imagination</p>
</blockquote>
</div>
</article>
</main>
<footer class="site-footer">
<div class="site-info">
Author: <a href="https://twitter.com/p0loskun" target="_blank">Poloskun_</a>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>