Belote/templates/head.html

6 lines
504 B
HTML
Raw Permalink Normal View History

2020-04-25 10:08:19 +00:00
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="cache-control" content="no-cache" />
<link rel='stylesheet' type='text/css' href='/static/belote.css' />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/belote-script.js"></script>