-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.21 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
{\rtf1\ansi\ansicpg1252\cocoartf2761
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 <!DOCTYPE html>\
<html lang="en">\
<head>\
<meta charset="UTF-8">\
<meta name="viewport" content="width=device-width, initial-scale=1.0">\
<title>PhD Blog</title>\
<link rel="stylesheet" href="styles.css">\
</head>\
<body>\
<header>\
<nav>\
<ul>\
<li><a href="index.html">Home</a></li>\
<li><a href="cv.html">CV</a></li>\
<li><a href="blog.html">Blog</a></li>\
<li><a href="contact.html">Contact</a></li>\
</ul>\
</nav>\
<h1>Welcome to My PhD Blog</h1>\
</header>\
<main>\
<section>\
<h2>About My Project</h2>\
<p>Information about your PhD project.</p>\
</section>\
</main>\
<footer>\
<p>© 2024 My PhD Blog</p>\
</footer>\
</body>\
</html>\
}