1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
contaminus/backend/vertx/src/main/resources/webroot/index.html
2025-03-03 00:35:08 +01:00

10 lines
130 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Vert.X test</title>
</head>
<body>
<h1>Vert.X test</h1>
<p>Hola</p>
</body>
</html>