web.blade.php 1.39 KB
@extends('layout')

@pushonce('style')
    <link rel="stylesheet" href="{{ asset('css/web.css')  }}">
@endpushonce

@section('body')
    <body>
    <div class="body">
        <img class="img" alt="" src="https://hising-cdn.hikoon.com/image/20240312/p3nmbxbnis81710235182572idwfxbohp5.png">
        <img class="img" alt="" src="https://hising-cdn.hikoon.com/web/img2.png">
        <img class="img" alt="" src="https://hising-cdn.hikoon.com/web/img3.png">
        <img class="img" alt="" src="https://hising-cdn.hikoon.com/web/img4.png">
        <div class="bottom">
            <img alt="" src="https://hising-cdn.hikoon.com/web/logo.png" class="logo">
            <span class="name">海星试唱</span>
            <span class="span">邮箱:hising@hikoon.com</span>
            <span class="span">地址:武汉市硚口区新工厂11栋2楼</span>
            <span class="span">备案号:
            <a href="https://beian.miit.gov.cn/" target="_blank">京ICP备 17046250号</a>
            <i></i>
            <a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11011202000841"
               target="_blank">
              <img class="psb-icon" src="https://static-assets.sxlcdn.com/images/landing-sxl/gongan-beian.png"
                   alt="京公网安备"/>
                京公网安备 11011202000841号
            </a>
          </span>
        </div>
    </div>
    </body>
@endsection