Open erayaydin opened 9 years ago
User custom source for user project templates.
Example:
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <meta http-equiv="content-language" content="TR"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="robots" content="all" /> <meta name="revisit-after" content="1 days" /> <title>{%PROJECT_NAME%}</title> {%MISCS%} <!-- Core CSS --> {%CORECSS%} <link href="{%ASSET_NAME%}/{%CSS_NAME%}/core.css" type="text/css" rel="stylesheet" /> <!-- CSS Plugins --> {%PLUGINCSS%} <!-- Custom CSS --> <link href="{%ASSET_NAME%}/{%CSS_NAME%}/custom.css" type="text/css" rel="stylesheet" /> </head> <body> <!-- Core JS --> {%COREJS%} <script type="text/javascript" src="{%ASSET_NAME%}/{%JS_NAME%}/core.js"></script> <!-- JS Plugins --> {%PLUGINJS%} <!-- Custom JS --> <script type="text/javascript" src="{%ASSET_NAME%}/{%JS_NAME%}/custom.js"></script></body> </html>
User custom source for user project templates.
Example: