Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-streltsov committed Sep 5, 2024
1 parent c876725 commit b92e064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h1 class="text-center mb-4">Register</h1>
<form action="/register" method="POST">
<div class="mb-3">
<label for="username" class="form-label">Username</label>
<label for="username" class="form-label">Username megacock</label>
<input type="text" class="form-control" id="username" name="username" required>
</div>
<div class="mb-3">
Expand All @@ -41,4 +41,4 @@ <h1 class="text-center mb-4">Register</h1>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

// this is a comment
import (
"context"
"encoding/gob"
Expand Down

0 comments on commit b92e064

Please sign in to comment.