-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp_styles.php
More file actions
16 lines (16 loc) · 1.34 KB
/
p_styles.php
File metadata and controls
16 lines (16 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/bootstrap.min.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/mobstyle.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/input_style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/services/sell/products/input_style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/scroll_style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/feature/sign/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/feature/search/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/feature/feedback/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/verification_style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/services/grocery/grocery_style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/services/sell/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/services/sell/products/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/services/sell/products/feature/feeling/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/feature/shopping_cart/style.css />
<link rel="shortcut icon" type="image/png" href="https://<?php echo $HOME_; ?>/resources/logo.png" />