Let's say you want to host domains first.com and second.com.
Create folders for their files:
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| ::-webkit-input-placeholder { | |
| color: #3e3e3e; | |
| } | |
| :-moz-placeholder { | |
| color: #3e3e3e; | |
| opacity: 1; | |
| } | |
| ::-moz-placeholder { |
| .selector { | |
| /* Positioning */ | |
| position: absolute; | |
| z-index: 10; | |
| top: 0; | |
| right: 0; | |
| /* Display & Box Model */ | |
| display: inline-block; | |
| overflow: hidden; |
| // Author: Rafal Bromirski | |
| // www: http://rafalbromirski.com/ | |
| // github: http://github.com/paranoida/sass-mediaqueries | |
| // | |
| // Licensed under a MIT License | |
| // | |
| // Version: | |
| // 1.6.1 | |
| // --- generator --------------------------------------------------------------- |
| 'user strict'; | |
| module.exports = function(){ | |
| var base = '../html/sass-template/'; | |
| var config = { | |
| base : base, | |
| js_vendors : [ | |
| base + 'vendors/jquery/jquery-1.12.4.js', | |
| base + 'vendors/*.js', | |
| base + 'vendors/**/*.js', |
| 'user strict'; | |
| var gulp = require('gulp'); | |
| var config = require('./gulpconfig')(); | |
| var gulpLoadPlugins = require('gulp-load-plugins'); | |
| var $ = gulpLoadPlugins({ | |
| pattern: '*' | |
| }); | |
| // handle error |
| { | |
| "name": "gulp-build", | |
| "version": "1.0.0", | |
| "description": "Gulp build create by NguyenXuanHoa", | |
| "main": "index.js", | |
| "dependencies": {}, | |
| "devDependencies": { | |
| "browser-sync": "^2.13.0", | |
| "gulp": "^3.9.1", | |
| "gulp-autoprefixer": "^3.1.0", |
| <?php | |
| class comment_walker extends Walker_Comment { | |
| var $tree_type = 'comment'; | |
| var $db_fields = array( 'parent' => 'comment_parent', 'id' => 'comment_ID' ); | |
| // constructor – wrapper for the comments list | |
| function __construct() { ?> | |
| <section class="comments-list"> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>JavaScript RSA Encryption</title> | |
| <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> | |
| <script src="../bin/jsencrypt.min.js"></script> | |
| </head> |