use local css and js

This commit is contained in:
Kameron on container 2024-07-02 20:22:28 +00:00
parent 04cc5b2955
commit 3ed0d92584
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<script src="//danielandrade.net/gallery.js"></script> <script src="/assets/gallery.js"></script>
</body> </body>
</html> </html>

View File

@ -13,7 +13,7 @@
<link href='//fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.4/jquery.lazy.min.js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.4/jquery.lazy.min.js"></script>
<link rel="stylesheet" href="//danielandrade.net/gallery.css"> <link rel="stylesheet" href="/assets/gallery.css">
</head> </head>
<body> <body>