-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmerch.html
executable file
·49 lines (44 loc) · 2.55 KB
/
merch.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'/> <!--Setting document to UTF-8-->
<meta content='width-device-width, initial-scale=1.0' name='viewport'/>
<meta name='keywords' content='style,html,css,page,headers'/> <!--Setting basic description & info-->
<meta name='description' content='My download page, where you can download after effects preset, wallpapers, themes, and tons of other stuff Ive made over the years.'/>
<meta name='author' content='Mackenzie Criswell'/>
<meta name='robots' content='index, follow'/>
<title>Merch - MAKC</title>
<link href="https://fonts.googleapis.com/css?family=EB+Garamond:500,700&display=swap" rel="stylesheet"> <!--Google fonts-->
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet'/>
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.8.1/css/all.css' integrity='sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf' crossorigin='anonymous'/> <!--Font awesome-->
<link href='/images/favicons/favicon.ico' rel='icon' type='image/ico'/> <!--Favicons-->
<link href='/images/favicons/favicon.png' rel='icon' type='image/png'/>
<link href='/images/favicons/apple-touch-icon.png' rel='apple-touch-icon'/>
<link href='/images/favicons/ios-ipad-144x144.png' sizes='144x144' rel='apple-touch-icon-precomposed'/>
<link href='/images/favicons/ios-iphone-114x144.png' sizes='114x114' rel='apple-touch-icon-precomposed'/>
<link href='/images/favicons/ios-default-homescreen-57x57.png' sizes='57x57' rel='apple-touch-icon-precomposed'/>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
#myShop {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
</style>
<div id="myShop">
<a href="https://makccr.myspreadshop.com">makccr</a>
</div>
<script>
var spread_shop_config = {
shopName: 'makccr',
locale: 'us_US',
prefix: 'https://makccr.myspreadshop.com',
baseId: 'myShop'
};
</script>
<script type="text/javascript"
src="https://makccr.myspreadshop.com/shopfiles/shopclient/shopclient.nocache.js">
</script>
</html> <!-- Vote for Bernie Sanders -->