-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
33 lines (30 loc) · 2.15 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
<html>
<head>
<!-- Primary Meta Tags -->
<title>Wireguard VPN Automated Script Installation</title>
<meta name="title" content="Wireguard VPN Automated Script Installation">
<meta name="description" content="WireGuard is a communication protocol and free and open-source software that implements encrypted virtual private networks, and was designed with the goals of ease of use, high speed performance, and low attack surface.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://wireguard.sh/">
<meta property="og:title" content="Wireguard VPN Automated Script Installation">
<meta property="og:description" content="WireGuard is a communication protocol and free and open-source software that implements encrypted virtual private networks, and was designed with the goals of ease of use, high speed performance, and low attack surface.">
<meta property="og:image" content="">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://wireguard.sh/">
<meta property="twitter:title" content="Wireguard VPN Automated Script Installation">
<meta property="twitter:description" content="WireGuard is a communication protocol and free and open-source software that implements encrypted virtual private networks, and was designed with the goals of ease of use, high speed performance, and low attack surface.">
<meta property="twitter:image" content="">
<link href="https://unpkg.com/@primer/css@^16.0.0/dist/primer.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="https://kit.fontawesome.com/88479e0270.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.8/dist/clipboard.min.js"></script>
<script type="text/javascript" src="index.js"></script>
<div id="console"></div>
</body>
</html>