forked from dcpandey1/UIETDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DHEERAJ PANDEY
committed
Jun 29, 2021
1 parent
fd525e4
commit b76b31d
Showing
6 changed files
with
107 additions
and
30 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>Papers</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="Keywords" content="uiet docs,College, Kanpur, UIET, Kanpur, college in Kanpur,India"> | ||
<meta name="author" content="Dheeraj Pandey"> | ||
<link rel="stylesheet" type="text/css" href="cssfiles/style.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" media="screen and (max-width:1170px) " href="cssfiles/phone.css"> | ||
<!-- <link rel="stylesheet" media="screen and (max-width:1170px) " href="phone.css"> --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<script src="javascript/js.js="></script> | ||
|
||
</head> | ||
|
||
<body class="body"> | ||
<header class="mainheader"> | ||
<img src="images/UIET_DOC-removebg-preview.png"> | ||
<!-- <content id="search"> | ||
<form> | ||
<input type="text" name="search" placeholder="Search anything..." | ||
onclick="window.location.href='search.html'"> | ||
</form> | ||
</content> --> | ||
<nav> | ||
<ul> | ||
<li><a href="http://uietdocs.com/">Home</a></li> | ||
<li><a href="notes.html">Notes</a></li> | ||
<li><a href="papers.html">Papers</a></li> | ||
<li><a href="syllabus.html">Syllabus</a></li> | ||
<li><a href="files.html">Files</a></li> | ||
<!-- <li><a href="books.html">Books</a></li> --> | ||
<li><a href="contribute.html">Contribute</a></li> | ||
<li><a href="contact.html">About Us</a></li> | ||
<!-- <li><a href="search.html">Search</a></li> --> | ||
|
||
</ul> | ||
</nav> | ||
<hr> | ||
|
||
<img id="nodata" alt="GIF" src="https://miro.medium.com/max/1360/1*IRGHmiGsa16stedQvIaZfw.gif" /> | ||
<h1 style="text-align: center;">Coming Soon</h1> | ||
<div id="fix"></div> | ||
|
||
<hr> | ||
<footer class="mainFooter"> | ||
<p>Copyright © <a href="">Dheeraj Pandey</a> </p> | ||
<center> | ||
<a href="https://www.linkedin.com/in/dheerajpandey1/">LinkedIn</a> | ||
<a href="https://www.instagram.com/dcpandey0/">Instagram</a> | ||
<a href="https://www.facebook.com/teamcodezen">Facebook</a> | ||
</center> | ||
</footer> | ||
<script type="text/javascript"> | ||
document.title = "Course"; | ||
</script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters