Files
ispwned/src/index.html
Indrajith K L 4c9b83c1cc * fixed typo
2018-07-31 14:02:38 +05:30

41 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/vex.css">
<link rel="stylesheet" href="css/vex-theme-wireframe.css">
<link rel="stylesheet" href="css/wickedcss.css">
<link rel="stylesheet" href="css/style.css">
<title>Indrajith K L's - isPwned</title>
</head>
<body>
<div id="wrapper"></div>
<footer>
<div class="things">
<span class="child">API</span>->
<span class="child">
<a href="https://haveibeenpwned.com/">haveibeenpwned</a>
</span>
</div>
<div class="things">
<span class="child">Layout Design</span>->
<span class="child">
<a href="">Rajesh K P</a>
</span>
</div>
<div class="things">
<span class="child">Everything else</span>->
<span class="child">
<a href="https://twitter.com/indrajithKLIS">Indrajith K L</a>
</span>
</div>
</footer>
<script src="./app/main.js"></script>
</body>
</html>