
- added prettier config - added missing officers - reordered officers based on official roster - removed unused assets - added project description - fixed mismatching licenses - optimized images to webp - reduced project size by 95%
19 lines
No EOL
595 B
HTML
19 lines
No EOL
595 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>$TITLE</title>
|
|
<link rel="stylesheet" type="text/css" href="css/fonts.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="$CSSFILE" media="screen">
|
|
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1">
|
|
<meta name="description" content="$DESCRIPTION">
|
|
<meta name="theme-color" content="$THEMECOLOR">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="text/javascript" src="$JSFILE"></script>
|
|
</body>
|
|
|
|
</html> |