17 lines
469 B
HTML
17 lines
469 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="Dr.JJ's website">
|
|
<meta name="keywords" content="Research, doctor, engineer, mathematics, code, AI, robotics, IoT, 3D, modeling">
|
|
<meta name="author" content="Dr.JJ">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div id="thit">
|
|
THIT
|
|
</div>
|
|
</body>
|
|
<script src="thit.js"></script>
|
|
</html> |