-
Notifications
You must be signed in to change notification settings - Fork 1
/
call-powershell.html
75 lines (66 loc) · 2.37 KB
/
call-powershell.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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>call-powershell</title>
<meta name="description" content="The HTML5 Herald">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="me">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Abel|Open+Sans:400,600' rel='stylesheet'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<style>
body, html {
height: 100%;
display: grid;
background-color: rgba(233, 25, 19);
color: white;
text-align: center;
font: 400 15px/1.8 "Lato", sans-serif;
padding: 18px;
font-size: 25px;
letter-spacing: 10px;
}
span {
margin: auto;
}
a:link {
color: white;
}
a:visited {
color: white;
}
/* mouse over link */
a:hover {
color: rgb(199, 5, 111);
}
/* selected link */
a:active {
color: rgb(199, 5, 111);
}
</style>
</head>
<body>
<span>
Type in <a href=https://www.red-lang.org/>Red</a> Console:
<br>
do https://redlang.red/call-powershell
<br>
help call-powershell
<br>
<a href=https://github.com/lepinekong/redlang.red/blob/master/call-powershell.red>(view source)</a>
</span>
</body>
</html>
<!--
Red [
builds: [0.0.0.1.1 {Initial version}]
]
set to-word rejoin ["--" ">"] "call-powershell loaded"
do https://redlang.red/call-powershell.red
-->