mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
23 lines
725 B
PHP
23 lines
725 B
PHP
<!-- This page is a template for a generic page to help migration of old pages to a new layout -->
|
|
|
|
<head>
|
|
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/generic.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
|
|
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
|
|
|
|
<div class="background generic-background">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 topheader">
|
|
<h1>Header</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="content">
|
|
<div class="container">
|
|
|
|
</div>
|
|
</section>
|