Index

You might also like

You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>Leandro Tk</title>
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans:400,600"
rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="particles.min.js"></script>
<meta charset="UTF-8">
</head>
<body>
<div class="particles" id="particles-background"></div>

<div class="home">
<h1 class='my-name'>Hemant</h1>
</div>

<script src="app.js"></script>
</body>
</html>

You might also like