This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
#3313
pull/3487/head
chenshihai
2 years ago
parent
928b37b5e7
commit
77dceb20fe
3 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
custom/public/css/placeholder-home.css
+1
-0
custom/public/js/placeholder-home.js
+2
-0
templates/home.tmpl
+ 1
- 0
custom/public/css/placeholder-home.css
View File
@@ -0,0 +1 @@
/* placeholder-home.css */
+ 1
- 0
custom/public/js/placeholder-home.js
View File
@@ -0,0 +1 @@
/* placeholder-home.js */
+ 2
- 0
templates/home.tmpl
View File
@@ -1,4 +1,6 @@
{{template "base/head_home" .}}
<link rel="stylesheet" href="{{StaticUrlPrefix}}/css/placeholder-home.css?v={{TimeStampNow}}">
<script src="{{StaticUrlPrefix}}/js/placeholder-home.js?v={{TimeStampNow}}"></script>
<div class="ui vertical masthead secondary hometop segment" style="background:transparent;margin-bottom:0">
{{template "custom/home/home_top" .}}
</div>
Write
Preview
Loading…
Cancel
Save