-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 2 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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support</title>
<link rel="stylesheet" href="css/css-styles.css">
<!-- CSS only -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="shortcut icon" href="favicons/favicon.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124680722-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124680722-4');
</script>
</head>
<body><div class="container">
<h1>Gcash Support</h1>
<p>nextcodelab</p>
<div class="card">
<form method="post" accept-charset="utf-8">
<input type="hidden" name="csrf_pinoyfreecoder" value="bda3717386de6df637ec91cfc2c529cb">
<label for="currency-field">Gcash Number</label>
<input readonly="readonly" type="text" name="amount" id="currency-field" value="09087390170" data-type="title" placeholder="09087390170" >
<button type="submit">Donate</button>
</form>
</div>
<!-- <div class="social-container">
<a href="https://www.facebook.com/PHfreecoder" target="_new"><i class="fab fa-facebook"></i></a>
<a href="https://www.youtube.com/c/PinoyFreeCoder" target="_new"><i class="fab fa-youtube"></i></a>
<a href="https://www.tiktok.com/@pinoyfreecoder" target="_new"><i class="fab fa-tiktok"></i></a>
</div>-->
</div> <script src="js/3.1.0-jquery.min.js"></script>
<!-- <script src="js/js-index.js"></script> -->
</body>
</html>