Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YesTheProxy authored May 7, 2024
1 parent d4a6fb6 commit b447ca4
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<style>
@font-face {
font-family: 'Press Start 2P';
src: url('press-start-2p.woff2') format('woff2'),
url('press-start-2p.woff') format('woff');
src: url('PressStart2P-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -174,29 +173,6 @@
</script>
</head>
<body>
<div class="logo">
<img src="image1.png" alt="Logo" width="600" height="200">
</div>
<h1>Welcome to our Website!</h1>
<p>We are currently under construction, but stay tuned for updates.</p>
<div class="social-buttons">
<a href="https://github.com" class="github-button">GitHub</a>
<a href="https://youtube.com" class="youtube-button">YouTube</a>
</div>
<div class="tabs">
<span class="tab active" onclick="showContent('home')">Home</span>
<span class="tab" onclick="showContent('about')">About Us</span>
</div>
<div id="home-content" class="content active">
<h2>Welcome to our Home Page!</h2>
<p>Here you will find all the latest updates and news about our company.</p>
</div>
<div id="about-content" class="content">
<div class="about-us">
<h2 class="about-us-heading">About Us</h2>
<p>We are a team of passionate individuals dedicated to creating amazing websites.</p>
<p>Our goal is to provide high-quality web solutions that meet our clients' needs.</p>
</div>
</div>
...
</body>
</html>

0 comments on commit b447ca4

Please # to comment.