-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 1015 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>thomrl</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</head>
<body>
<p>Hello.</p>
<h3 id="install-scoop">How to install scoop</h3>
<p>Open powershell and copy paste the following commands one by one</p>
<div class="code"><code>Set-ExecutionPolicy RemoteSigned -Scope CurrentUser</code></div><br>
<div class="code"><code>irm get.scoop.sh | iex</code></div>
</body>
<style>
code {background-color: darkgrey; border-radius: 2px; padding: 3px;}
html {margin: 10px}
.code:nth-child(2) {margin-top: 5px;}
</style>
</html>