@AOU
I’ll take a look in a bit.
I’ll take a look in a bit.
Alright, whenever you get around to it. Just let me know if you can. Thanks
Alright, whenever you get around to it. Just let me know if you can. Thanks
It happens because your first line must contain 4 spaces (don't ask me why lol) for the code to be properly handled by the markdown.
`<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="wrapper">
<div class="header">
</div>
<div class="overallcontent">
<div class="content1">
<img src="Images/Untraceable-Ghost-Technology-Motherboard-Concept-Design-Unsanded.png" alt="Untraceable-ghost-technology-motherboard-concept-design-unsanded" width="400" height="500">
</div>
<div class="content2">
Welcome to Untracable Ghost Technology (UTG). Find 100s of customizable 3D printable parts. All
3D printed parts are free to download.
</div>
<div class="content3">
Search Now
</div>
</div>
<div class="footer">
Reminder: Follow all applicable laws. - This website is for entertainment purposes only.
</div>
</div>
</body>
</html>`
It happens because your first line must contain 4 spaces (don't ask me why lol) for the code to be properly handled by the markdown.
`<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="wrapper">
<div class="header">
</div>
<div class="overallcontent">
<div class="content1">
<img src="Images/Untraceable-Ghost-Technology-Motherboard-Concept-Design-Unsanded.png" alt="Untraceable-ghost-technology-motherboard-concept-design-unsanded" width="400" height="500">
</div>
<div class="content2">
Welcome to Untracable Ghost Technology (UTG). Find 100s of customizable 3D printable parts. All
3D printed parts are free to download.
</div>
<div class="content3">
Search Now
</div>
</div>
<div class="footer">
Reminder: Follow all applicable laws. - This website is for entertainment purposes only.
</div>
</div>
</body>
</html>`
(post is archived)