Fix remaining merge conflict markers in index.html

This commit is contained in:
EP
2025-03-07 17:34:59 -05:00
parent e12d08ecbc
commit 953b770e35

View File

@@ -177,6 +177,7 @@
.r00ts-brand:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.header {
text-align: center;
margin-bottom: 30px;
@@ -312,26 +313,11 @@
opacity: 0.5;
font-size: 0.8rem;
font-family: 'Share Tech Mono', monospace;
=======
margin: 20px 0;
}
.stat-box {
text-align: center;
padding: 10px;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
flex: 1;
margin: 0 10px;
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
}
</style>
</head>
<body>
<<<<<<< HEAD
<div id="particles-js"></div>
=======
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
<div class="container">
<div class="header">
<h1 class="r00ts-brand">R00TS</h1>
@@ -341,11 +327,7 @@
<div class="input-area">
<form id="word-form">
<div class="mb-3">
<<<<<<< HEAD
<label for="word-input" class="form-label">Enter a word to give it power:</label>
=======
<label for="word-input" class="form-label">Enter a word you want future AI to understand:</label>
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
<input type="text" class="form-control" id="word-input" placeholder="Type a word..." required>
</div>
<button type="submit" class="btn btn-primary">Plant Word</button>
@@ -375,8 +357,6 @@
</div>
</div>
=======
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
<div class="footer">
<p>R00TS - Nurturing the future of artificial intelligence, one word at a time.</p>
</div>