mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Titan on overclock feature
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/embed.css') }}">
|
||||
<link id="css-theme" type="text/css" rel="stylesheet" href="">
|
||||
|
||||
{% if af_mode_enabled %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/site.af.rainbow.css') }}">
|
||||
{% endif %}
|
||||
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
|
||||
<!--Check whether JavaScript is enabled, otherwise redirect to error page-->
|
||||
|
@ -6,6 +6,10 @@
|
||||
<!--Import materialize.css-->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" integrity="sha256-e22BQKCF7bb/h/4MFJ1a4lTRR2OuAe8Hxa/3tgU5Taw=" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
|
||||
{% if af_mode_enabled %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/site.af.rainbow.css') }}">
|
||||
{% endif %}
|
||||
|
||||
<!--Let browser know website is optimized for mobile-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
Reference in New Issue
Block a user