Skip to content
Snippets Groups Projects
Commit 9d5f53f3 authored by Artur Kunz's avatar Artur Kunz :dragon_face:
Browse files

moved ruda import

parent 3a1a5555
No related branches found
No related tags found
No related merge requests found
{{include 'include/popup.html'}}
<link href='https://fonts.googleapis.com/css?family=Ruda' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="{{=URL('static/css', 'login.css')}}">
<form id="form_login">
......
{{extend 'game/index.html'}} {{block game_css}}
<link href='https://fonts.googleapis.com/css?family=Ruda' rel='stylesheet'>
<link
rel="stylesheet"
type="text/css"
......
......@@ -3,6 +3,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Miriam Libre' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Ruda' rel='stylesheet'>
<link rel="stylesheet" href="{{=URL('static','css/bootstrap.min.css')}}"/>
<link rel="stylesheet" type="text/css" href="{{=URL('static/css', 'base.css')}}">
<script src="{{=URL('static','js/jquery.js')}}" type="text/javascript"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment