Skip to content

Commit

Permalink
chore: remove 'views/md.html' file use Html function instead
Browse files Browse the repository at this point in the history
internals/server
  • Loading branch information
mertssmnoglu committed Jun 14, 2024
1 parent 1f253ec commit a639a9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion internals/server/views/md.html → internals/server/html.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>
package server

func Html() string {
return `
<!DOCTYPE html>
<html lang="en_US">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -30,3 +34,5 @@
</div>
</body>
</html>
`
}

0 comments on commit a639a9f

Please sign in to comment.