This commit is contained in:
parent
28df88f950
commit
c4e9718893
@ -342,7 +342,6 @@ fn void write_head(Writer* writer)
|
||||
fn void write_body(Writer* writer)
|
||||
{
|
||||
write_line(writer, strlit("<body>"));
|
||||
write_line(writer, strlit("This is my personal website"));
|
||||
write_line(writer, strlit("<h2>Work</h2>"));
|
||||
write_line(writer, strlit("<ul>"));
|
||||
write_line(writer, strlit("<li><a href=\"https://github.com/davidgmbb\" target=\"_blank\">Personal GitHub</a></li>"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user