@@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ config('app.name', '云享电商SAAS系统') }} Laravel 初始化页</title>
|
||||
<title>SaaSShop Laravel 初始化页</title>
|
||||
<link rel="stylesheet" href="/css/public-pages.css">
|
||||
</head>
|
||||
<body class="dark-page">
|
||||
<div class="public-wrap public-wrap-narrow">
|
||||
<h1>{{ config('app.name', '云享电商SAAS系统') }} Laravel 初始化页</h1>
|
||||
<h1>SaaSShop Laravel 初始化页</h1>
|
||||
<p class="muted">访问地址:<code>http://192.168.10.199:9001/</code></p>
|
||||
<div class="grid-2">
|
||||
<div class="card"><h3>框架</h3><p class="ok">Laravel 已部署</p></div>
|
||||
|
||||
Reference in New Issue
Block a user