Link styles.css
Browse files- index.html +1 -0
index.html
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Nomic Atlas</title>
|
|
|
5 |
<script>
|
6 |
// Define the function to change the source of the iframe
|
7 |
function changeIframeSrc() {
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>Nomic Atlas</title>
|
5 |
+
<link rel="stylesheet" href="styles.css">
|
6 |
<script>
|
7 |
// Define the function to change the source of the iframe
|
8 |
function changeIframeSrc() {
|