-
Notifications
You must be signed in to change notification settings - Fork 0
/
uc.html
25 lines (23 loc) · 948 Bytes
/
uc.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ujwal Ramachandran</title>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="style/uc.css">
</head>
<body>
<article>
<h1>The website will be up soon!</h1>
<div>
<p>Sorry for the inconvenience but this part of the site is still under construction at the moment. You can always <a href="mailto:contactme.ujwal@gmail.com">contact me</a>, or you can go back to the<a href="index.html"> gallery</a> !</p>
<p>- Ujwal</p>
</div>
</article>
<footer>
<span>Developed by Ujwal Ramachandran</span>
<p>Copyright © <script> document.write(new Date().getFullYear())</script> </p>
</footer>
</body>
</html>