-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 893 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119557099-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119557099-2');
</script>
<link rel="stylesheet" type="text/css" href="static/css/app.css">
<title>Trieulieuf9's blog</title>
<meta charset="utf-8" />
</head>
<body class="container">
<div style="display:flex;">
<h2 style="flex-grow: 1;">Hello young man, welcome to my hut</h2>
<h2><a href="about.html">About</a></h2>
</div>
<br>
<br>
<a href="energy_sensing.html">Energy Sensing</a>
<br><br>
<a href="learning_quickly.html">Learning Quickly & Deeply</a>
<br><br>
<a href="reading_vs_doing.html">Learning by Reading vs Doing</a>
</body>
</html>