forked from crobi/rpg-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.html
20 lines (20 loc) · 884 Bytes
/
output.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<title>RPG cards</title>
<!-- Javascript -->
<script type="text/javascript" src="js/output.js"></script>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/output.css">
<link rel="stylesheet" type="text/css" href="css/cards.css">
<link rel="stylesheet" type="text/css" href="css/card-size.css">
<link rel="stylesheet" type="text/css" href="css/icons.css">
<link rel="stylesheet" type="text/css" href="css/custom-icons.css">
<link rel="stylesheet" type="text/css" href="css/class-icons.css">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lora:700' rel='stylesheet' type='text/css'>
</head>
<body class="page-background">
</body>
</html>