reorg files to put things in assets dir
This commit is contained in:
@ -13,23 +13,23 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="/card-three" />
|
||||
<meta property="og:description" content="card three's travels | siblinghood of the traveling greeting card" />
|
||||
<meta property="og:image" content="/img/logo-light.png" />
|
||||
<meta property="og:image" content="/assets/img/logo-light.png" />
|
||||
<meta property="og:image:alt" content="blue and gold icon showing a greeting card with wings" />
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/styles/main.css">
|
||||
<link rel="stylesheet" href="/styles/cards.css">
|
||||
<link rel="stylesheet" href="/styles/nav.css">
|
||||
<link rel="stylesheet" href="/assets/styles/main.css">
|
||||
<link rel="stylesheet" href="/assets/styles/cards.css">
|
||||
<link rel="stylesheet" href="/assets/styles/nav.css">
|
||||
|
||||
<!-- JS -->
|
||||
<script src="/scripts/nav.js" defer></script>
|
||||
<script src="/assets/scripts/nav.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav id="top-nav"><!-- auto populated by nav.js --></nav>
|
||||
|
||||
<img id="logo-light" src="/img/logo-light.png" alt="blue and gold icon showing a greeting card with wings" />
|
||||
<img id="logo-dark" src="/img/logo-dark.png" alt="blue and gold icon showing a greeting card with wings" />
|
||||
<img id="logo-light" src="/assets/img/logo-light.png" alt="blue and gold icon showing a greeting card with wings" />
|
||||
<img id="logo-dark" src="/assets/img/logo-dark.png" alt="blue and gold icon showing a greeting card with wings" />
|
||||
</header>
|
||||
<main id="main">
|
||||
<h1>The Travels of <span class="card">Card Three</span></h1>
|
||||
|
||||
Reference in New Issue
Block a user