old-ieeeucsd-org/src/public/template.html
Raymond Wang 3dc2eef6e1 formatting, readme, webp images, updated officers
- 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%
2022-10-22 12:27:16 -07:00

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>