update
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="/favicon.ico"/>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<title>{{.title}}</title>
|
||||
<link rel="stylesheet" href="/statics/css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
{{block "ext_css" .}}{{end}}
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> {{block "ext_css" .}}{{end}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="flex px-2 py-1 md:px-2 bg-black">
|
||||
<div class="px-2 py-1 flex border-red-200 rounded-2xl border-2">
|
||||
@@ -25,6 +26,9 @@
|
||||
<div class="">
|
||||
<a href="https://itooldog.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/tools</span></a>
|
||||
</div>
|
||||
<div class="">
|
||||
<a href="https://img.winxg.com" target="_blank"><span class="text-gray-400 text-xl font-light hover:text-light-50">~/img</span></a>
|
||||
</div>
|
||||
<!-- <div class="">
|
||||
<a href="/"><span class="text-gray-300 text-xl font-light">~/about</span></a>
|
||||
</div> -->
|
||||
|
||||
Reference in New Issue
Block a user