-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommissions.html
More file actions
40 lines (40 loc) · 1.23 KB
/
commissions.html
File metadata and controls
40 lines (40 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Commissions - GamerPablito</title>
</head>
<body>
<center>
<h1>
<u>Commissions</u>
</h1>
<p>
Here you will find more info about my commissions.
<br>
If you want me to work with a deadline, pick Fiverr.
<br>
If you want me to work freely (and with a suitable budget), choose Ko-Fi.
<br>
You can pick an option here or reach me in Discord for a custom service.
<br>
Discord: gamerpablito
</p>
<br>
<hr>
<br>
<a href="https://es.fiverr.com/s/Ldkqkqp">
<button id="gig" style="background-color: forestgreen;">Go to Fiverr</button>
</a>
<br>
<br>
<a href="https://ko-fi.com/gamerpablito/commissions">
<button id="gig" style="background-color: darksalmon;">Go to Ko-Fi</button>
</a>
<br>
<br>
<hr>
<footer></footer>
</center>
</body>
<script src="javas/main.js"></script>
</html>