add img to html static test
This commit is contained in:
parent
c6cb48b4ff
commit
06695c5443
|
@ -1,3 +1,6 @@
|
||||||
h1 {
|
h1 {
|
||||||
color: red;
|
color: red;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
|
@ -57,6 +57,8 @@ httpServer.get("/site", (_req, rep) => {
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello World!</h1>
|
<h1>Hello World!</h1>
|
||||||
|
<img src="/assets/lucoa.gif" width="150" />
|
||||||
|
<br>
|
||||||
<button onclick="alert('bruh')">Useless button, do not press.</button>
|
<button onclick="alert('bruh')">Useless button, do not press.</button>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in New Issue
Block a user