forked from cloudflare/wrangler-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex 2.html
50 lines (48 loc) · 1.56 KB
/
index 2.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
44
45
46
47
48
49
50
<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>Direct Upload Demo | Cloudflare Pages</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="header">
<h3>Example project</h3>
<h1>WELCOME to PAPPY COLLINS FIRST PANELs</h1>
<p>
OBLICATION is the 1st page of official collins mc man the hero lover <br />
have enough of happiness
</p>
<p>follow me to thw world of fun:</p>
<section class="options">
<img src="assets/terminal.svg" />
<a
href="https://facebook.com/?to=/:account/pages/new/wrangler-guide"
target="_blank"
> CLICK HERE TO SIGN UP FACEBOOK </a
>
<img src="assets/cloud-upload.svg" />
<a
href="https://dash.cloudflare.com/?to=/:account/pages/new/upload"
target="_blank"
> Dashboard</a
>
</section>
</div>
<section class="learn-more">
<a
href="https://developers.cloudflare.com/pages/platform/direct-uploads"
>
<button>Learn more</button>
</a>
</section>
<div class="logo">
<a href="https://www.facebook.com/profile.php?id=100088090993049&mibextid=LQQJ4d/" target="_blank">
<img src="assets/cloudflare-pages.svg"
/></a>
</div>
</div>
</body>
</html>