-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (37 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2NNQ03W47R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2NNQ03W47R');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Git Tips</title>
<link href='http://fonts.googleapis.com/css?family=Cambria+Math' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
<script src="data-en.js"></script>
<script src="script.js"></script>
</head>
<body>
<h1>Git Tips</h1>
<p class="meta">
by Gabriel Christo<br>
<a href="https://github.com/gabrielchristo/git-tips">github</a>
</p>
<div id="content"></div>
<footer>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.05);">
2023<br>
<a class="text-reset fw-bold" href="https://github.com/gabrielchristo/git-tips">Git Tips</a>
</div>
</footer>
</body>
</html>