-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecurity.php
executable file
·75 lines (64 loc) · 1.82 KB
/
security.php
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
<!-- topmost bar | sub nav -->
<div id="thumbHolder">
<!--
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
-->
<a href="http://ciry.at">
<div id="mini-logo" class="logo">
<span>worlddevelopment</span>
</div>
</a>
<ul class="nav top-nav nav-collapse collapse" id="nav-menu">
<li id="menu-item-home" class="menu-item active">
<label for="harbor">
<img src="" alt=""/>
⇡ Harbor
</label>
</li><li class="menu-item active">
<label for="2">
<img src="" alt=""/>
Prevention
</label>
</li><li class="menu-item active">
<label for="1">
<img src="" alt=""/>
Search & Rescue
</label>
</li>
</ul>
</div>
<!-- main content -->
<form id="fullHolder">
<input type="radio" id="1" name="nav"/>
<section>
<div class="container">
<h1>Search & Rescue</h1>
<div>
Virtually all worlddevelopment machines can help here.
</div>
</div>
</section>
<input type="radio" id="2" name="nav"/>
<section>
<div class="container">
<h1>Prevention</h1>
<div>
<h2>The foremost priority</h2>
It is not forecast when, what happens. Instead the principle is availability of good, trusted powers.
<h2>How exactly shall that work?</h2>
Combination of trusted cyber (e.g. phone shock detection or "help" listener activatable on demand, e.g. if a female has to pass dark areas) and real bot nets. Show presence. Deter. Be there when you are needed like a wizard. Preparedness.
</div>
</div>
</section>
<style type="text/css">
form#fullHolder section:nth-of-type(3)
{
background-image: url("img/schildmetallskyblue.png");
}
</style>
<?php include(".harbor.php") ?>
</form><!-- main content -End -->