This repository was archived by the owner on Sep 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
82 lines (66 loc) · 2.42 KB
/
instructions.html
File metadata and controls
82 lines (66 loc) · 2.42 KB
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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Instructions - Add me on Discord</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<!-- SEO -->
<meta name='description' content='How to use Add me on Discord'>
<meta name='keywords' content='Discord'>
<meta property='og:title' content='Instructions - Add me on Discord' />
<meta property='og:description' content='How to use Add me on Discord' />
</head>
<body>
<h1>How to use this website?</h1>
<p>Copy your Discord ID</p>
<p>Then add your Discord ID to the end of this link (click to copy)</p>
<div>
<a href='https://discord.profile.md/#xxxxxxxxxxxx'
onclick='window.prompt("Copy to clipboard: Ctrl+C, Enter", "https://discord.profile.md/#xxxxxxxxxxxx"); return false;'>https://discord.profile.md/#xxxxxxxxxxxx</a>
</div>
<p>Replace the x's with your Discord ID <b>(Leave the hashtag!)</b></p>
<p>You can use this link to redirect people to your Discord profile using your ID instead of sharing your
ever-changing username and tag.</p>
<p>This link will send your profile to their Discord client or on mobile, to their Discord app.</p>
<p>Alternatively, if they do not have Discord installed on their device, they can simply click on the hyperlink
which leads to your profile on the web version of Discord.</p>
<a id='source' href='https://github.com/Lozarth/addmeondiscord'>Website Source</a>
<style>
body {
background-color: #2f3136;
color: #dcddde;
font-family: 'Whitney', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
text-align: center;
}
p {
text-align: center;
}
a {
color: #7289da;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
div {
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
border-radius: 25px;
}
#source {
position: absolute;
bottom: 0;
right: 0;
margin: 10px;
color: #dcddde;
text-decoration: none;
}
</style>
</body>
</html>