mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-11 21:36:40 +00:00
24 lines
No EOL
685 B
HTML
24 lines
No EOL
685 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- meta tag -->
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<!-- adapt page dimensions to device -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- external style sheet here -->
|
|
<link rel="stylesheet" href="path/style-sheet.css">
|
|
|
|
<!-- script if necessary -->
|
|
<script src="_.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- end of body -->
|
|
<script src="_.js" type="text/javascript" defer async></script>
|
|
</body>
|
|
</html> |