Skip to content

Commit

Permalink
site init
Browse files Browse the repository at this point in the history
  • Loading branch information
rizmyabdulla committed Oct 17, 2023
1 parent 808b349 commit 1a71d42
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 393 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion site/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>annonymous DP</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="../assets/favi.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./assets/favi.ico" type="image/x-icon" />
</head>
<body>
<div class="nav">
Expand Down
4 changes: 2 additions & 2 deletions site/mode1.html → mode1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mode-1</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="../assets/favi.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./assets/favi.ico" type="image/x-icon" />
</head>
<body>
<div id="container">
Expand Down Expand Up @@ -82,7 +82,7 @@ <h4>Functions</h4>
</p>
</footer>

<script src="../src/Anonymous-dp.js"></script>
<script src="./src/Anonymous-dp.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions site/mode2.html → mode2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mode-2</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="../assets/favi.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./assets/favi.ico" type="image/x-icon" />
</head>
<body>
<div id="container">
Expand Down Expand Up @@ -96,7 +96,7 @@ <h4>mode 2 - Functions</h4>
</p>
</footer>

<script src="../src/Anonymous-dp.js"></script>
<script src="./src/Anonymous-dp.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions site/mode3.html → mode3.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mode-3</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="../assets/favi.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./assets/favi.ico" type="image/x-icon" />
</head>
<body>
<div id="container">
Expand Down Expand Up @@ -93,7 +93,7 @@ <h4>mode 3 - Functions</h4>
>
</p>
</footer>
<script src="../src/Anonymous-dp.js"></script>
<script src="./src/Anonymous-dp.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
Empty file removed site/js/script.js
Empty file.
Loading

0 comments on commit 1a71d42

Please sign in to comment.