mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 11:32:01 +00:00
21 lines
602 B
HTML
21 lines
602 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Logo Gallery</title>
|
|
<link rel="stylesheet" href="global.css">
|
|
<link rel="stylesheet" href="build/bundle.css">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
|
<link rel="icon" href="favicon.png" sizes="32x32">
|
|
<link rel="icon" href="favicon.ico" sizes="any">
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="build/bundle.js"></script>
|
|
</body>
|
|
</html>
|