Skip to content

Instantly share code, notes, and snippets.

@irek02
Created June 12, 2021 17:39
Show Gist options
  • Save irek02/ab4e7b96354617fe14511d20465291bb to your computer and use it in GitHub Desktop.
Save irek02/ab4e7b96354617fe14511d20465291bb to your computer and use it in GitHub Desktop.
no table
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ex 1 - Page 1</title>
<style>
body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000099;}
.here { color: #FF0000;}
.clear { clear: both; }
.container { margin: 30px auto; max-width: 800px; }
</style>
</head>
<body>
<div class="container">
<div>
<span class="here">Panauti</span> | <a href="ex1_page2.html">Patan</a> | <a href="ex1_page3.html">Naman</a>
</div>
<h1>Panauti, Nepal</h1>
<p>Panauti (Nepali: पनौती) is a municipality in Kavrepalanchok District in Bagmati Pradesh of Nepal located 32 km Southeast of the capital Kathmandu. The town is currently listed as a UNESCO tentative site since 1996. I lived here in Khadkagau for 3 months in 2019 while serving in the Peace Corps.</p>
<h2>Indreshwar Mandir</h2>
<img src="http://aar237.rutgers-sci.domains/550/ex1/indreshwar_mandir.jpg" width="330" height="500" hspace="10" align="left" alt="Indreshwar Mandir">
<p>Panauti is one of the oldest towns in Nepal, consisting of many temples (Nepali: मन्दिर <i>mandir</i>) that are still present that date back to the 15th Century or earlier. The Indreshwar temple is one of the largest and tallest pagoda style temples in Nepal. It was originally built over a lingam in 1294, making it the oldest surviving temple of Nepal. The roof struts embellishing the two lower stories of the temple are distinct Nepalese wood-carving and architecture. The temple luckily survived the 2015 earthquake. Text source <a href="https://en.wikipedia.org/wiki/Panauti" target="_blank">here.</a></p>
<div class="clear" style="padding-top: 15px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/JzUQlWfGQ1A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment