Settings, removed leaf and tiktok proxy
This commit is contained in:
parent
de4e726e1f
commit
042e36fffc
15 changed files with 370 additions and 663 deletions
|
|
@ -1,22 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ $feed->info->detail->user->nickname }} - TikTok</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/bulmaswatch/superhero/bulmaswatch.min.css">
|
||||
<link rel="stylesheet" href="../styles/feed.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ $feed->info->detail->user->nickname }} - TikTok</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/bulmaswatch/superhero/bulmaswatch.min.css">
|
||||
<link rel="stylesheet" href="../styles/feed.css">
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<p class="title">{{ $feed->info->detail->user->uniqueId }}'s profile</p>
|
||||
<p class="subtitle">{{ $feed->info->detail->user->signature }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@include('feed')
|
||||
@include('navbar')
|
||||
<section class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<p class="title">{{ $feed->info->detail->user->uniqueId }}'s profile</p>
|
||||
<p class="subtitle">{{ $feed->info->detail->user->signature }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@include('feed')
|
||||
@include('footer')
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue