added style.css/main.js support to 'events' pages
This commit is contained in:
parent
22adda7adc
commit
e7879641e1
1 changed files with 2 additions and 0 deletions
|
|
@ -18,8 +18,10 @@ html_head_event = """
|
||||||
%s
|
%s
|
||||||
<link rel="stylesheet" type="text/css" href="/src/style/common.css" />
|
<link rel="stylesheet" type="text/css" href="/src/style/common.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/src/style/event.css" />
|
<link rel="stylesheet" type="text/css" href="/src/style/event.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||||
<script src="/src/scripts/mobileScroll.js"></script>
|
<script src="/src/scripts/mobileScroll.js"></script>
|
||||||
|
<script src="./main.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue