mue/index.html

35 lines
527 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>New Tab</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
<body>
<div class="greeting"></div>
<div class="time"></div>
<div class="quote">
<div class="text"></div>
<span class="author"></span>
</div>
</body>
<script src="index.js"></script>
</html>