-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshellscript.html
134 lines (131 loc) · 3.28 KB
/
shellscript.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>MaxDistructo's Github Projects</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="icon" href="https://maxdistructo.github.io/icon.ico">
<style>
body{
background-color: #FFF;
background-image: url(assets/background.jpg);
}
</style>
</head>
<body>
<div class="page">
<div class="header">
<a href="index.html" id="logo"><img src="assets/maxdistructo.png" alt="logo"></a>
<ul>
<li class = "selected">
<a href="index.html">Home</a> <span></span>
</li>
<li>
<a href="showdown.html">Showdown Battles</a>
</li>
<li>
<a href="mdml/mdml.html">MDML</a>
</li>
<li>
<a href="tos.html">Chrome Extensions</a>
</li>
<!-- <li>
<a href="contact.html">Contact</a> <span> </span>
</li> -->
</ul>
<div class="featured">
<!-- <h2>Home</h2>
<p>
</p>
<a href="about.html">view more</a>
-->
</div>
</div>
<div class="body">
<div class="sidebar">
<div>
<h3>Connect</h3>
<a href="http://freewebsitetemplates.com/go/twitter/" id="twitter">twitter</a> <a href="http://freewebsitetemplates.com/go/facebook/" id="fb">fb</a> <a href="http://freewebsitetemplates.com/go/googleplus/" id="googleplus">google+</a>
</div>
<div>
<div>
<h3>Miscellaneous link one</h3>
<ul>
<li>
<h4><a>11/16/2016 Website Created</a></h4>
<p>
Website was updated to this new arrangement.
</p>
</li>
<!--<li>
<h4><a href="news.html">Link Title Name</a></h4>
<p>
Lorem Ipsum Dolor Sit Amet giberrish samon sanctos. imo.
</p>
</li>
<li>
<h4><a href="news.html">Link Title Name</a></h4>
<p>
Lorem Ipsum Dolor Sit Amet giberrish samon sanctos. imo.
</p>
</li> -->
</ul>
</div>
</div>
<div>
<div>
<!-- Second Set of Sidebar Links <h3>Miscellaneous link one</h3>
<ul>
<li>
<h4><a href="news.html">Link Title Name</a></h4>
<p>
Lorem Ipsum Dolor Sit Amet giberrish samon sanctos. imo.
</p>
</li>
<li>
<h4><a href="news.html">Link Title Name</a></h4>
<p>
Lorem Ipsum Dolor Sit Amet giberrish samon sanctos. imo.
</p>
</li>
</ul>
-->
</div>
</div>
</div>
<span class="page_title">Shell Scripts</span>
<div>
<span class="regulartext">
<span>These are my shell scripts that are also avaliable from <a href= https://github.com/MaxDistructo/ShellScripts >here</a> </span>
</span>
</div>
<div>
<span class="page_title">Recomened Scripts</span>
</div>
<div>
<a href= "download.php?file=https://maxdistructo.github.io/Template-DownloadInstall.ps1" class="regulartext">Download and Install Script - Powershell</a>
</div>
</div>
<div class="footer">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="news.html">News</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<p>
© Copyright © MaxDistructo. all rights reserved
</p>
</div>
</div>
</body>
</html>