api/assets/fakeFiles/default.html
Peter Kurfer a720b0ee41
Initial working version
* supports HTTP
* support TLS interception e.g. for HTTPS
* support CA generation via cli
* first draft of plugin API
* support commands from plugins
* includes Dockerfile
* includes basic configuration
2020-04-01 04:08:21 +02:00

10 lines
235 B (Stored with Git LFS)
HTML

<html>
<head>
<title>INetSim default HTML page</title>
</head>
<body>
<p></p>
<p align="center">This is the default HTML page for INetMock HTTP mock handler.</p>
<p align="center">This file is an HTML document.</p>
</body>
</html>