Skip to content

Commit

Permalink
changed file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbitTV22 committed Oct 1, 2024
1 parent a455a73 commit 10a08d6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion en/information.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,24 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta charset="UTF-8">
<link rel="stylesheet" href="/css/index.css">
<title>Information</title>
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/store/store.html">Store</a></li>
<li><a href="/en/changelog.html">Changelog</a></li>
</ul>
</nav>
</header>
<br>
<center>
<p>Information about Rabbit Network</p>

<h1>Information about Rabbit Network</h1>
<h2>FAQ:</h2>
</center>
</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<header>
<nav class="navbar">
<ul>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="/en/changelog.html">Changelog</a></li>
<li><a href="/store/store.html">Store</a></li>
<li><a href="information.html">Information</a></li>
<li><a href="/en/information.html">Information</a></li>
</ul>
</nav>
</header>
Expand Down
4 changes: 4 additions & 0 deletions test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$txt = "PHP";
echo "I love $txt!";
?>

0 comments on commit 10a08d6

Please sign in to comment.