1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

PushTargetsRegexp: take advantage of the AssetNames on embedded file system

rel to: https://github.com/kataras/iris/issues/1562#issuecomment-660415246


Former-commit-id: 9e3fb4d71e14dda025a3af86cf210ff72127b716
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-07-18 07:51:36 +03:00
parent 552f990358
commit e16abc96c6
6 changed files with 157 additions and 44 deletions

View File

@@ -0,0 +1,3 @@
body {
background-color: blue;
}

View File

@@ -1 +1,15 @@
<h1>Hello App2App3 index</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/public/app2/app2app3/css/main.css" />
<title>App2App3</title>
</head>
<body>
<h1>Hello App2App3 index</h1>
</body>
</html>