-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (87 loc) · 3.73 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121790942-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121790942-1');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-6t+ed+2i-1n-4w"
data-ad-client="ca-pub-5434404381957473"
data-ad-slot="5117115681"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<meta charset="UTF-8">
<title>Blob Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Create own Blob.io server right on your phone and play offline with bots or with friends via local WiFi!">
<meta name="title" content="Create own Blob.io server!">
<!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]-->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<header>
<div class="open">
<span class="cls"></span>
<span>
<ul class="sub-menu ">
<li>
<a href="https://play.google.com/store/apps/details?id=com.jelly.blob" target='_blank' title="about">PlayMarket / Game </a>
</li>
<li>
<a href="https://www.facebook.com/blobgameio/" target='_blank' title="blob group">FB / group</a>
</li>
<li>
<a href="mailto:[email protected]" title="contact">Partnership / Contact</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=4HMbxxu8ok8" target='_blank' title="video">Brief / review</a>
</li>
</ul>
</span>
<span class="cls"></span>
</div>
<div class="logo">
<img src="img/logo.png" alt="">
</div>
</header>
<div class="banner">
<i class="banner__dots"></i>
<div class="banner__intro">
<p>Create own Blob.io server right on your phone and play offline with bots or with friends via local WiFi!
</p>
<p><a>New version v.2</a></p>
<p><a>Fixed Configs</a></p>
<p># minionStartSize: Start size of minions</p>
<p># minionMaxStartSize: Maximum value of random start size for minions (set value higher than minionStartSize to enable)</p>
<p># serverMinions: Amount of minions each player gets once they spawn</p>
<p># defaultName: Default name for all minions if name is not specified using command</p>
<a href="https://github.com/Valdex/valdex.github.io/raw/master/MinionBlobServer.apk" download>
<div class="ripplelink btn__green">
<svg class="svg__icons">
<path d="M 5,3L 19,3L 20.7359,6L 20.7304,6C 20.9018,6.29149 21,6.63428 21,7L 21,19C 21,20.1046 20.1046,21 19,21L 5,21C 3.89543,21 3,20.1046 3,19L 3,7C 3,6.638 3.09618,6.29846 3.26437,6L 3.26135,6L 5,3 Z M 5.57294,4L 5,5L 5,5L 19,5L 18.4303,4L 5.57294,4 Z M 7,12L 12,17L 17,12L 14,12L 14,10L 10,10L 10,12L 7,12 Z "></path>
</svg>
Download v.2.1
</div>
</a>
</div>
<s></s>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</body>
</html>