Skip to content
Snippets Groups Projects
Commit 05b90e0d authored by Eliott Sammier's avatar Eliott Sammier
Browse files

begin migration to proper css/js inclusion

parent 2369f1ab
No related branches found
No related tags found
No related merge requests found
File moved
#correct-indic {
color: var(--sd-rating-bad-color);
font-weight: bold;
}
#correct-indic.correct {
color: var(--sd-rating-good-color);
}
\ No newline at end of file
{{ define "css" }}
{{/* Included by the theme in the <head> tag */}}
{{ with .Resources.GetMatch "survey.json" }}
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://unpkg.com/survey-jquery/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/survey.jquery.min.js"></script>
<script type="text/javascript" src="/index.js"></script>
{{ end }}
{{ end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment