阿里巴巴的图库

2018-03-08 14:29:25 阅读:3 编辑
@extends ('layouts.app')
@section ('title')
    阿里巴巴的图库
@stop
@section ('content')
    @if (env ('App_ENV') == "test")
        <link rel="stylesheet" type="text/CSS" href="../semantic.css">
@endif
    <link rel="stylesheet" type="text/CSS" href="http://at.alicdn.com/t/font_563405_yaswulzvpwxywrk9.css">

    <style>

    style>

    <p>
        <i class="iconfont icon-fenxiang" style="font-size: 2 em;color: teal">i>
    p>
@stop
@section ('JS')

    <script>

    script>
@stop