16 lines
749 B
HTML
16 lines
749 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<div class="typo3-install-container">
|
|
<div class="typo3-install-content">
|
|
<div class="typo3-install-content-header">
|
|
<img src="{f:uri.resource(path: 'EXT:core/Resources/Public/Images/typo3_light_dark.svg')}" width="130" class="typo3-install-content-header-logo" />
|
|
<h1>Installing TYPO3 CMS</h1>
|
|
</div>
|
|
<div class="typo3-install-content-progress">
|
|
<typo3-backend-progress-bar class="t3js-installer-progress" value="0" max="5" label="Step 0 of 5 completed"></typo3-backend-progress-bar>
|
|
</div>
|
|
<div class="t3js-installer-content">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</html>
|