feat: Add Dockerfile and initial Docker setup files
This commit is contained in:
13
demo/static/test.html
Normal file
13
demo/static/test.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Test Customizer</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Abre la Consola (F12) y verás los errores del Customizer</h1>
|
||||
<iframe src="http://localhost:5001/customizer/1" width="100%" height="800px"></iframe>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user