UNPKG

base-domain

Version:

simple module to help build Domain-Driven Design

11 lines (10 loc) 216 B
<!doctype html> <html> <head> <title>Redirector</title> <meta http-equiv="refresh" content="0;url=../"> </head> <body> <a href="../">Click here to redirect</a> </body> </html>