-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LibsCode</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="robots" content="no-cache">
<meta name="author" content="LibsCode">
<meta name="keywords" content="LibsCode, Development, Developer, Project, Development Resource Project, Resource Project, Digital Agency">
<meta name="description" content="The development resource project based on information technology">
<meta property="og:title" content="LibsCode">
<meta property="og:site_name" content="LibsCode">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cloud.libscode.com">
<meta property="og:image" content="https://cloud.libscode.com/assets-cloud/images/logo.png">
<meta property="og:description" content="The development resource project based on information technology">
<link href="https://cloud.libscode.com/assets-cloud/css/app.css" rel="stylesheet">
<link href="https://cloud.libscode.com/favicon.png" rel="icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cloud.libscode.com/assets-cloud/js/plax.js"></script>
<script>
$(document).ready(function () {
$('.cloud-libscode').plaxify({ "xRange": 250, "yRange": 250 })
$.plax.enable();
})
</script>
</head>
<body>
<div class="container">
<img class="cloud-libscode" src="https://cloud.libscode.com/assets-cloud/images/logo.png">
<div class="cloud-caption">
<h1>libscode:<(")</h1>
</div>
</div>
</body>
</html>