Added 404, fixed structure hopefully
This commit is contained in:
31
404.html
Normal file
31
404.html
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<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>Document</title>
|
||||||
|
<style>
|
||||||
|
html, body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
iframe, embed, object {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Try iframe first -->
|
||||||
|
<iframe src="resume/main.pdf"></iframe>
|
||||||
|
|
||||||
|
<!-- If iframe fails, fallback viewer -->
|
||||||
|
<object data="resume/main.pdf" type="application/pdf"></object>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1 +0,0 @@
|
|||||||
resume.keshavanand.net
|
|
||||||
0
docs/brag-sheets/example.html
Normal file
0
docs/brag-sheets/example.html
Normal file
@@ -22,10 +22,10 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Try iframe first -->
|
<!-- Try iframe first -->
|
||||||
<iframe src="../resume/main.pdf"></iframe>
|
<iframe src="resume/main.pdf"></iframe>
|
||||||
|
|
||||||
<!-- If iframe fails, fallback viewer -->
|
<!-- If iframe fails, fallback viewer -->
|
||||||
<object data="../resume/main.pdf" type="application/pdf"></object>
|
<object data="resume/main.pdf" type="application/pdf"></object>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user