This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <http://sailortalk.podOmatic.com/rss2.xml> | |
| HTTP://www.knient.com/CAL/CAL-Podcast/CAL-Podcast.xml | |
| Http://feeds.feedburner.com/fridgeandhbomb | |
| Http://feeds.feedburner.com/wfodicks | |
| Http://ravenc-taouf.podomatic.com/rss2.xml | |
| Http://www.calvaryonline.org/podcasts/podcast.xml | |
| Http://www.changkhui.com/XML/teemateepai.xml | |
| httP://dtfreunde.podcaster.de/Deutsches_Theater.rss | |
| http://-myantioch.sermon.tv/rss/main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ACTION = build | |
| AD_HOC_CODE_SIGNING_ALLOWED = NO | |
| ALTERNATE_GROUP = staff | |
| ALTERNATE_MODE = u+w,go-w,a+rX | |
| ALTERNATE_OWNER = grantdavis | |
| ALWAYS_SEARCH_USER_PATHS = NO | |
| ALWAYS_USE_SEPARATE_HEADERMAPS = YES | |
| APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer | |
| APPLE_INTERNAL_DIR = /AppleInternal | |
| APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <title>My Website</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.4/less.min.js"></script> | |
| <script src="main.js" type="text/javascript"></script> | |
| <link rel="stylesheet/less" type="text/css" href="style.less" /> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // BASIC CSS NORMALIZER | |
| body | |
| text-align: center | |
| // font-family: Georgia, Times, "Times New Roman", serif | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif | |
| color: #333 | |
| margin: 0 | |
| a, a:visited |