11 lines
244 B
PHP
11 lines
244 B
PHP
@extends('layout')
|
|
|
|
@section('content')
|
|
|
|
<iframe src="../art/index.htm" width="100%" name="iFrame" title="Generische Beschreibung des Iframe-Inhalts">
|
|
<!-- Textalternativen werden nicht unterstützt -->
|
|
</iframe>
|
|
|
|
|
|
@endsection
|