30 lines
888 B
HTML
30 lines
888 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>deepak.science</title>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Default-Style" content="">
|
|
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
|
<link type="text/css" rel="stylesheet" href="./assets/css/styles.css" media="screen,projection"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet">
|
|
</head>
|
|
|
|
<body onload="loadFunctions()">
|
|
|
|
|
|
<main id="container" class="fade">
|
|
|
|
<section id="header">
|
|
<h2 id="header_date"></h2>
|
|
<h1 id="header_greet"></h1>
|
|
</section>
|
|
<section id="strategies">
|
|
<h2 id="header_strategy"></h2>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="./assets/js/script.js" type="text/javascript"></script>
|
|
|
|
</body>
|
|
</html>
|