mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
@ -6,7 +6,7 @@
|
||||
<meta property="og:title" content=" Categories · CGSpace Notes" />
|
||||
|
||||
<meta property="og:site_name" content="CGSpace Notes" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||
<meta property="og:url" content="/cgspace-notes/categories/" />
|
||||
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
@ -16,19 +16,19 @@
|
||||
Categories · CGSpace Notes
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/main.css" />
|
||||
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" href="https://alanorth.github.io/cgspace-notes/css/github.css" />
|
||||
<link rel="stylesheet" href="/cgspace-notes/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/cgspace-notes/css/main.css" />
|
||||
<link rel="stylesheet" href="/cgspace-notes/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" href="/cgspace-notes/css/github.css" />
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
|
||||
<link rel="shortcut icon" href="https://alanorth.github.io/cgspace-notes/images/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="https://alanorth.github.io/cgspace-notes/images/apple-touch-icon.png" />
|
||||
<link rel="shortcut icon" href="/cgspace-notes/images/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/cgspace-notes/images/apple-touch-icon.png" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header class="global-header" style="background-image:url( /images/bg.jpg )">
|
||||
<section class="header-text">
|
||||
<h1><a href="https://alanorth.github.io/cgspace-notes/">CGSpace Notes</a></h1>
|
||||
<h1><a href="/cgspace-notes/">CGSpace Notes</a></h1>
|
||||
|
||||
<div class="sns-links hidden-print">
|
||||
|
||||
@ -43,13 +43,13 @@
|
||||
</div>
|
||||
|
||||
|
||||
<a href="https://alanorth.github.io/cgspace-notes/" class="btn-header btn-back hidden-xs">
|
||||
<a href="/cgspace-notes/" class="btn-header btn-back hidden-xs">
|
||||
<i class="fa fa-angle-left" aria-hidden="true"></i>
|
||||
Home
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://alanorth.github.io/cgspace-notes/categories/index.xml" class="btn-header btn-subscribe hidden-xs">
|
||||
<a href="/cgspace-notes/categories/index.xml" class="btn-header btn-subscribe hidden-xs">
|
||||
<i class="fa fa-rss" aria-hidden="true"></i>
|
||||
Subscribe
|
||||
</a>
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
</footer>
|
||||
|
||||
<script src="https://alanorth.github.io/cgspace-notes/js/highlight.pack.js"></script>
|
||||
<script src="/cgspace-notes/js/highlight.pack.js"></script>
|
||||
<script>
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user