-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
137 lines (130 loc) · 7.65 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<html>
<head>
<title>CDN.EPLUS.DEV</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Explore how a CDN works under the hood to deliver fast, efficient and secure delivery of content to websites and Internet services.">
<meta name="author" content="Hoang IT">
<meta property="og:type" content="article"/>
<meta property="og:title" content="CDN.EPLUS.DEV">
<meta property="og:description" content="Explore how a CDN works under the hood to deliver fast, efficient and secure delivery of content to websites and Internet services.">
<meta property="og:url" content="https://cdn.eplus.dev"/>
<meta property="og:image:alt" content="CDN.EPLUS.DEV"/>
<meta property="og:site_name" content="CDN.EPLUS.DEV"/>
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/favicon/favicon-16x16.png">
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/favicon/site.webmanifest">
<link rel="mask-icon" href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<meta property="article:author" content="https://www.facebook.com/hoangsvit"/>
<meta property="article:publisher" content="https://www.facebook.com/hoangsvit"/>
<meta property="fb:app_id" content="363745774395676" />
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo-share.png" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<!--Stylesheet-->
<link href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/css/style.css" rel="stylesheet">
<link href="assets/fontawesome/css/all.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="blog-header py-3">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-4 pt-1">
<a class="text-muted" href="https://eplus.dev"><i class="fa-solid fa-house-heart fa-bounce"></i></a>
</div>
<div class="col-4 text-center">
<a class="blog-header-logo text-dark" href="javascript:;">
<img src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo.svg" alt="Logo" class="logo">
</a>
</div>
<div class="col-4 d-flex justify-content-end align-items-center">
<a class="btn btn-sm btn-outline-secondary" target="_blank" href="https://radio.eplus.dev"><i class="fa-duotone fa-radio fa-beat"></i> Radio</a>
</div>
</div>
</header>
<main role="main">
<div class="jumbotron">
<div class="col-sm-8 mx-auto">
<h1>CDN.EPLUS.DEV</h1>
<p>
CDN (Content Delivery Network) is a system designed to deliver online content to users quickly and efficiently. It
operates by distributing content from a resource origin to multiple distributed servers located worldwide, placed close
to end users.
</p>
</div>
</div>
<div class="form-group row d-flex justify-content-end align-items-center">
<div class="col-2 d-flex justify-content-center">
<img src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo.svg" class="preview-img bg-light rounded border border-dark">
</div>
<div class="input-group col-10">
<input type="text" class="form-control" value="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo.svg" id="line_1">
<div class="input-group-prepend">
<button class="input-group-text copy" data-clipboard-target="#line_1">
<i class="far fa-copy"></i>
</button>
</div>
</div>
</div>
<div class="form-group row d-flex justify-content-end align-items-center">
<div class="col-2 d-flex justify-content-center">
<img src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo-white.svg" class="preview-img bg-secondary rounded">
</div>
<div class="input-group col-10">
<input type="text" class="form-control" value="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo-white.svg" id="line_2">
<div class="input-group-prepend">
<button class="input-group-text copy" data-clipboard-target="#line_2">
<i class="far fa-copy"></i>
</button>
</div>
</div>
</div>
<div class="form-group row d-flex justify-content-end align-items-center">
<div class="col-2 d-flex justify-content-center">
<img src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo-black.svg" class="preview-img bg-light rounded border border-dark">
</div>
<div class="input-group col-10">
<input type="text" class="form-control" value="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo-black.svg" id="line_3">
<div class="input-group-prepend">
<button class="input-group-text copy" data-clipboard-target="#line_3">
<i class="far fa-copy"></i>
</button>
</div>
</div>
</div>
</main>
</div>
<footer class="bg-dark py-3 text-center">
<p>
<a target="_blank" href="https://eplus.dev" class="btn btn-light copyright-button">
Copyright <i class="far fa-copyright"></i> 2019 - <span id="year"></span> <img src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/img/brand/logo.svg" class="copyright-logo">Plus.DEV
</a>
</p>
<p>
Founder by <a target="_blank" class="text-primary" href="https://fb.me/hoangsvit">David Nguyen</a>
</p>
<p>
Made in <i class="fa-solid fa-heart fa-beat-fade text-danger"></i> Ho Chi Minh City.
</p>
</footer>
<script src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/js/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/js/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/clipboard/clipboard.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/js/tilt.jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ePlus-DEV/cdn.eplus.dev/assets/js/common.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MS44MD8ENV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MS44MD8ENV');
</script>
</body>
</html>