fixes
This commit is contained in:
parent
b797fd7018
commit
8c81d1646a
5 changed files with 26 additions and 8 deletions
|
|
@ -9,7 +9,7 @@
|
|||
href="<?php echo get_stylesheet_directory_uri().'/files/Inter-Regular.woff2'; ?>"
|
||||
as="font" crossorigin="anonymous">
|
||||
<link rel="preload"
|
||||
href="https://signal.org/assets/inter/Inter-ExtraBold-74e72c6bbb7844899343c4783be9b4510e32951636acde44d5b4725e2132ea03.woff2"
|
||||
href="<?php echo get_stylesheet_directory_uri().'/files/Inter-ExtraBold.woff2'; ?>"
|
||||
as="font" crossorigin="anonymous">
|
||||
<?php wp_head(); ?>
|
||||
<link type="text/css" rel="stylesheet" href="<?php echo get_stylesheet_directory_uri().'/files/bulma.css'; ?>">
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script type="text/javascript" src="files/jquery-3.js"></script>
|
||||
<script type="text/javascript" src="<?php echo get_stylesheet_directory_uri().'/files/jquery-3.js'; ?>"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue