TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||||
data-icon-cache-identifier="{iconCacheIdentifier}"
|
||||
>
|
||||
<head>
|
||||
<title>Installing TYPO3 CMS</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" href="{f:uri.resource(path: 'EXT:backend/Resources/Public/Css/backend.css')}?{bust}" />
|
||||
<link rel="stylesheet" href="{f:uri.resource(path: 'EXT:backend/Resources/Public/Css/webfonts.css')}?{bust}" />
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="{f:uri.resource(path: 'EXT:install/Resources/Public/Icons/favicon.ico')}?{bust}" />
|
||||
{importmap->f:format.raw()}
|
||||
</head>
|
||||
<body class="t3js-body typo3-install">
|
||||
<script type="module" src="{initModule}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user