-
Notifications
You must be signed in to change notification settings - Fork 0
/
nyu_app.html
34 lines (34 loc) · 1.03 KB
/
nyu_app.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
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8">
<link rel="stylesheet" href="hw1.css">
<title>Welcome, New York University admission commitee</title>
<link rel="stylesheet" href="/resources/demos/style.css">
</head>
<body>
<div class="header">
<h1>Welcome, <br>New York University Admission Commitee</h1>
</div>
<div id="abtme">
<h3>About me:</h3>
<p>Name: Xinzhuo Dong
<br> Contact Info: <a href="mailto:[email protected]?Subject=Hi%20Xinzhuo" target="_top">[email protected]</a>
<br> Github Account: <a href="https://github.com/xinzhuo">https://github.com/xinzhuo</a>
</p>
</div>
<div id="introduction">
<p><br></p>
<h3>Video for M.S in Mathematics in Finance:</h3>
</div>
<div class="Youtube">
<iframe width="640" height="385" src="http://www.youtube.com/ allowfullscreen frameborder="2">
</iframe>
</div>
<div id="detail_tag">
<details>
<summary>Copyright 2014. </summary>
<p> - by Xinzhuo Dong. Powered by Github Pages. All Rights Reserved. </p>
</details>
</div>
</body>
</html>