-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (37 loc) · 1.98 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
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js" integrity="sha512-gmwBmiTVER57N3jYS3LinA9eb8aHrJua5iQD7yqYCKa5x6Jjc7VDVaEA0je0Lu0bP9j7tEjV3+1qUm6loO99Kw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js" integrity="sha256-+8RZJua0aEWg+QVVKg4LEzEEm/8RFez5Tb4JBNiV5xA=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<meta charset="UTF-8">
<title>ntw's 바로가기s</title>
<link rel="stylesheet" href="./style.css">
</head>
<body bgcolor='white'>
<nav>
<h5>ntw zone</h5>
<ul class="menu">
<li><a>maker: ntw</a></li>
<li><a>email: [email protected]</a></li>
<li><a href="https://github.com/ntwntw369" target="_blank">github</a></li>
<li><a>임시 주기율표(1~3주기)</a></li>
<li><a>H He</a></li>
<li><a>Li Be B C N O F Ne</a></li>
<li><a>Na Mg Al Si P S Cl Ar</a></li>
</ul>
</nav>
<div class="right">
<div class="normal">
<a href="./surfaceTension/index.html"><h1>표면장력 실험실 (3학년 화학II)</h1></a>
<p>여러 요인이 표면장력에 끼치는 영향을 가시적으로 볼 수 있는 곳</p>
<br><br><br>
<a href="./surfaceTension/index.html"><h1> 원자의 반지름 (2학년 화학I)</h1></a>
<p>원자 반지름과 요인간 상관 관계와 그래프 분석</p>
</div>
</div>
<script src="./java.js"></script>
</body>
</html>